Home
last modified time | relevance | path

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

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