Home
last modified time | relevance | path

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

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