Home
last modified time | relevance | path

Searched defs:SetPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.h88 void SetPath(const char *path) { m_path = path; } in SetPath() function