Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/TestingSupport/
DTestUtilities.cpp22 std::string lldb_private::GetInputFilePath(const llvm::Twine &name) { in GetInputFilePath() function in lldb_private
41 llvm::MemoryBuffer::getFile(GetInputFilePath(Name), /*FileSize*/ -1, in fromYamlFile()
DTestUtilities.h32 std::string GetInputFilePath(const llvm::Twine &name);
/external/llvm-project/lldb/unittests/Expression/
DClangParserTest.cpp88 EXPECT_NE(ComputeClangResourceDir(GetInputFilePath(xcode), true), in TEST_F()
89 ComputeClangResourceDir(GetInputFilePath(xcode))); in TEST_F()
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp150 std::string SO = GetInputFilePath("early-section-headers.so"); in TEST_F()
/external/llvm-project/lldb/unittests/Target/
DModuleCacheTest.cpp69 s_test_executable = GetInputFilePath(module_name); in SetUp()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp60 m_pdb_test_exe = GetInputFilePath("test-pdb.exe"); in SetUp()
61 m_types_test_exe = GetInputFilePath("test-pdb-types.exe"); in SetUp()
/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DSymbolFileDWARFTests.cpp50 m_dwarf_test_exe = GetInputFilePath("test-dwarf.exe"); in SetUp()
/external/llvm-project/lldb/unittests/Process/minidump/
DMinidumpParserTest.cpp44 std::string filename = GetInputFilePath(minidump_filename); in SetUpData()