Home
last modified time | relevance | path

Searched refs:fromYaml (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/unittests/Core/
DModuleSpecTest.cpp56 auto ExpectedFile = TestFile::fromYaml(R"( in TEST()
81 auto ExpectedFile = TestFile::fromYaml(R"( in TEST()
122 auto ExpectedFile = TestFile::fromYaml(R"( in TEST()
DMangledTest.cpp62 auto ExpectedFile = TestFile::fromYaml(R"( in TEST()
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp38 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F()
173 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F()
235 auto ExpectedFile = TestFile::fromYaml(R"( in TEST_F()
/external/llvm-project/lldb/unittests/TestingSupport/
DTestUtilities.cpp29 llvm::Expected<TestFile> TestFile::fromYaml(llvm::StringRef Yaml) { in fromYaml() function in TestFile
45 return fromYaml(BufferOrError.get()->getBuffer()); in fromYamlFile()
DTestUtilities.h36 static llvm::Expected<TestFile> fromYaml(llvm::StringRef Yaml);
/external/llvm-project/lldb/unittests/TestingSupport/Symbol/
DYAMLModuleTester.cpp18 llvm::Expected<TestFile> File = TestFile::fromYaml(yaml_data); in YAMLModuleTester()
/external/llvm-project/lldb/unittests/Symbol/
DTestDWARFCallFrameInfo.cpp79 auto ExpectedFile = TestFile::fromYaml(R"( in TestBasic()
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
DTestPECallFrameInfo.cpp33 llvm::Expected<TestFile> ExpectedFile = TestFile::fromYaml( in GetUnwindPlan()