Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Target/
H A DLocateModuleCallbackTest.cpp116 ec = llvm::sys::fs::copy_file(GetInputFilePath(k_module_file), in BuildCacheDir()
129 llvm::sys::fs::copy_file(GetInputFilePath(k_symbol_file), in BuildCacheDirWithSymbol()
138 llvm::sys::fs::copy_file(GetInputFilePath(k_breakpad_symbol_file), in BuildCacheDirWithBreakpadSymbol()
460 module_file_spec.SetPath(GetInputFilePath(k_module_file)); in TEST_F()
485 module_file_spec.SetPath(GetInputFilePath(k_module_file)); in TEST_F()
492 FileSpec(GetInputFilePath(k_module_file))); in TEST_F()
511 module_file_spec.SetPath(GetInputFilePath(k_symbol_file)); in TEST_F()
518 FileSpec(GetInputFilePath(k_symbol_file))); in TEST_F()
537 module_file_spec.SetPath(GetInputFilePath(k_symbol_file)); in TEST_F()
538 symbol_file_spec.SetPath(GetInputFilePath(k_symbol_fil in TEST_F()
[all...]
H A DModuleCacheTest.cpp69 s_test_executable = GetInputFilePath(module_name); in SetUp()
/llvm-project/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp149 std::string SO = GetInputFilePath("early-section-headers.so"); in TEST_F()
160 std::string SO = GetInputFilePath("liboffset-test.so"); in TEST_F()
178 std::string SO = GetInputFilePath("offset-test.bin"); in TEST_F()
/llvm-project/lldb/unittests/TestingSupport/
H A DTestUtilities.cpp23 std::string lldb_private::GetInputFilePath(const llvm::Twine &name) { in GetInputFilePath() function in lldb_private
44 llvm::MemoryBuffer::getFile(GetInputFilePath(Name), /*IsText=*/false, in fromYamlFile()
H A DTestUtilities.h32 std::string GetInputFilePath(const llvm::Twine &name);
/llvm-project/lldb/unittests/Expression/
H A DClangParserTest.cpp100 EXPECT_NE(ComputeClangResourceDir(GetInputFilePath(xcode), true),
101 ComputeClangResourceDir(GetInputFilePath(xcode)));
/llvm-project/lldb/unittests/Host/common/
H A DZipFileResolverTest.cpp23 FileSpec zip_spec(GetInputFilePath("zip-test.zip")); in TestZipPath()
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DSymbolFileDWARFTests.cpp51 m_dwarf_test_exe = GetInputFilePath("test-dwarf.exe"); in SetUp()
H A DDWARFASTParserClangTests.cpp555 GetInputFilePath("DW_AT_default_value-test.yaml"), /*IsText=*/true); in TEST_F()
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp60 m_pdb_test_exe = GetInputFilePath("test-pdb.exe"); in SetUp()
61 m_types_test_exe = GetInputFilePath("test-pdb-types.exe"); in SetUp()
/llvm-project/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp44 std::string filename = GetInputFilePath(minidump_filename); in SetUpData()