Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/freebsd-14.2/contrib/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.cpp662 kmod_info.SetPath(kld_pathname); in ReadAllKmods()
/freebsd-14.2/contrib/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.cpp415 shell.SetPath(shell_path); in RunShellCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp175 qemu.SetPath(("qemu-" + arch).str()); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp48 m_cache_dir.SetPath(path); in DataFileCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp457 module_spec.GetFileSpec().SetPath(value); in GetLoadedDynamicLibrariesInfos()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp274 tmp_file.SetPath(name); in Materialize()