Home
last modified time | relevance | path

Searched refs:toBinary (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/ObjectYAML/
H A DMinidumpYAMLTest.cpp19 toBinary(SmallVectorImpl<char> &Storage, StringRef Yaml) { in toBinary() function
32 auto ExpectedFile = toBinary(Storage, R"( in TEST()
74 auto ExpectedFile = toBinary(Storage, R"( in TEST()
90 auto ExpectedFile = toBinary(Storage, R"( in TEST()
120 auto ExpectedFile = toBinary(Storage, R"( in TEST()
146 auto ExpectedFile = toBinary(Storage, R"( in TEST()
193 auto ExpectedFile = toBinary(Storage, R"( in TEST()
236 auto ExpectedFile = toBinary(Storage, R"( in TEST()
297 auto ExpectedFile = toBinary(Storage, R"( in TEST()
345 auto ExpectedFile = toBinary(Storag
[all...]
H A DELFYAMLTest.cpp21 static Expected<ELFObjectFile<ELFT>> toBinary(SmallVectorImpl<char> &Storage, in toBinary() function
35 Expected<ELFObjectFile<ELF64LE>> ExpectedFile = toBinary<ELF64LE>(Storage, R"( in TEST()
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp322 static Expected<ELFObjectFile<ELFT>> toBinary(SmallVectorImpl<char> &Storage, in toBinary() function
336 Expected<ELFObjectFile<ELF64LE>> ExpectedFile = toBinary<ELF64LE>(Storage, R"( in TEST()
358 Expected<ELFObjectFile<ELF64LE>> ExpectedFile = toBinary<ELF64LE>(Storage, R"( in TEST()
425 Expected<ELFObjectFile<ELF64LE>> ElfOrErr = toBinary<ELF64LE>(Storage, R"( in TEST()
519 toBinary<ELF64LE>(Storage, YamlString); in TEST()
762 toBinary<ELF64LE>(Storage, YamlString); in TEST()
781 toBinary<ELF64LE>(Storage, YamlString); in TEST()
864 toBinary<ELF64LE>(Storage, YamlString); in TEST()
1220 toBinary<ELF64LE>(Storage, YamlString); in TEST()
1261 toBinary<ELF64L in TEST()
[all...]
/llvm-project/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp87 TranslateFromMLIRRegistration toBinary( in registerToSPIRVTranslation() local