Searched refs:toBinary (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | MinidumpYAMLTest.cpp | 19 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 D | ELFYAMLTest.cpp | 21 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 D | ELFObjectFileTest.cpp | 322 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 D | TranslateRegistration.cpp | 87 TranslateFromMLIRRegistration toBinary( in registerToSPIRVTranslation() local
|