Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.h88 void SetPath(const char *path) { m_path = path; } in SetPath() function
HDDynamicLoaderFreeBSDKernel.cpp661 kmod_info.SetPath(kld_pathname); in ReadAllKmods()
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDFileSystem.cpp261 file_spec.SetPath(path); in Resolve()
363 file_spec.SetPath(home_dir); in GetHomeDirectory()
HDHost.cpp448 shell.SetPath(shell_path); in RunShellCommand()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.cpp175 qemu.SetPath(("qemu-" + arch).str()); in DebugProcess()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.cpp48 m_cache_dir.SetPath(path); in DataFileCache()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp457 module_spec.GetFileSpec().SetPath(value); in GetLoadedDynamicLibrariesInfos()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp274 tmp_file.SetPath(name); in Materialize()