Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/unittests/Target/
H A DLocateModuleCallbackTest.cpp433 module_file_spec.SetPath("/this path does not exist"); in TEST_F()
460 module_file_spec.SetPath(GetInputFilePath(k_module_file)); in TEST_F()
462 symbol_file_spec.SetPath("/this path does not exist"); in TEST_F()
485 module_file_spec.SetPath(GetInputFilePath(k_module_file)); in TEST_F()
511 module_file_spec.SetPath(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_file)); in TEST_F()
564 module_file_spec.SetPath(GetInputFilePath(k_module_file)); in TEST_F()
565 symbol_file_spec.SetPath(GetInputFilePath(k_symbol_file)); in TEST_F()
591 module_file_spec.SetPath(GetInputFilePat in TEST_F()
[all...]
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp20 SetPath(path); in CFBundle()
37 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
H A DCFBundle.h25 bool SetPath(const char *path);
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp15 SetPath(path); in CFCBundle()
25 bool CFCBundle::SetPath(const char *path) { in SetPath() function in CFCBundle
H A DCFCBundle.h30 bool SetPath(const char *path);
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h88 void SetPath(const char *path) { m_path = path; } in SetPath() function
H A DDynamicLoaderFreeBSDKernel.cpp661 kmod_info.SetPath(kld_pathname); in ReadAllKmods()
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp261 file_spec.SetPath(path); in Resolve()
363 file_spec.SetPath(home_dir); in GetHomeDirectory()
H A DHost.cpp432 shell.SetPath(shell_path); in RunShellCommand()
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp175 qemu.SetPath(("qemu-" + arch).str()); in DebugProcess()
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp48 m_cache_dir.SetPath(path); in DataFileCache()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp458 module_spec.GetFileSpec().SetPath(value); in GetLoadedDynamicLibrariesInfos()
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp440 file.SetPath("/log.txt"); in TEST()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp274 tmp_file.SetPath(name); in Materialize()