Home
last modified time | relevance | path

Searched refs:fromYamlFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/TestingSupport/
H A DTestUtilities.h37 static llvm::Expected<TestFile> fromYamlFile(const llvm::Twine &Name);
H A DTestUtilities.cpp39 llvm::Expected<TestFile> TestFile::fromYamlFile(const llvm::Twine &Name) { in fromYamlFile() function in TestFile
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestLineEntry.cpp48 auto ExpectedFile = TestFile::fromYamlFile("inlined-functions.yaml"); in SetUp()