Home
last modified time | relevance | path

Searched defs:path_hint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h411 virtual llvm::Expected<std::string> SaveCore(llvm::StringRef path_hint) { in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1077 SaveCore(llvm::StringRef path_hint) SaveCore() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1058 NativeProcessFreeBSD::SaveCore(llvm::StringRef path_hint) { in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3923 std::string path_hint; in Handle_qSaveCore() local