Home
last modified time | relevance | path

Searched defs:ExpectedFile (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/unittests/Object/
DMinidumpTest.cpp37 auto ExpectedFile = create(Data); in TEST() local
197 auto ExpectedFile = create(TwoDummyStreams); in TEST() local
227 auto ExpectedFile = create(Data); in TEST() local
273 auto ExpectedFile = create(ManyStrings); in TEST() local
347 auto ExpectedFile = create(Data); in TEST() local
394 auto ExpectedFile = create(StreamTooShort); in TEST() local
447 auto ExpectedFile = create(Data); in TEST() local
502 auto ExpectedFile = create(Data); in TEST() local
587 auto ExpectedFile = create(Data); in TEST() local
751 auto ExpectedFile = create(Data); in TEST() local
DELFObjectFileTest.cpp316 Expected<ELFObjectFile<ELF64LE>> ExpectedFile = toBinary<ELF64LE>(Storage, R"( in TEST() local
/external/llvm-project/llvm/unittests/ObjectYAML/
DMinidumpYAMLTest.cpp32 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
74 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
90 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
120 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
146 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
192 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
235 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
295 auto ExpectedFile = toBinary(Storage, R"( in TEST() local
DELFYAMLTest.cpp35 Expected<ELFObjectFile<ELF64LE>> ExpectedFile = toBinary<ELF64LE>(Storage, R"( in TEST() local
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp38 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F() local
173 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F() local
235 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F() local
/external/llvm-project/lldb/unittests/Core/
DModuleSpecTest.cpp56 auto ExpectedFile = TestFile::fromYaml(R"( in TEST() local
81 auto ExpectedFile = TestFile::fromYaml(R"( in TEST() local
122 auto ExpectedFile = TestFile::fromYaml(R"( in TEST() local
DMangledTest.cpp62 auto ExpectedFile = TestFile::fromYaml(R"( in TEST() local
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
DTestPECallFrameInfo.cpp33 llvm::Expected<TestFile> ExpectedFile = TestFile::fromYaml( in GetUnwindPlan() local
/external/llvm-project/lldb/unittests/Symbol/
DTestLineEntry.cpp49 auto ExpectedFile = TestFile::fromYamlFile("inlined-functions.yaml"); in SetUp() local
DTestDWARFCallFrameInfo.cpp79 auto ExpectedFile = TestFile::fromYaml(R"( in TestBasic() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp240 auto ExpectedFile = getNameFromStringTable(FO); in formatFromChecksumsOffset() local
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp29 auto ExpectedFile = llvm::object::MinidumpFile::create( in Create() local