Home
last modified time | relevance | path

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

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