Searched refs:AddDuplicateFileAction (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 302 bool SBLaunchInfo::AddDuplicateFileAction(int fd, int dup_fd) { in AddDuplicateFileAction() function in SBLaunchInfo 303 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddDuplicateFileAction, (int, int), fd, in AddDuplicateFileAction() 445 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddDuplicateFileAction, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBLaunchInfo.i | 119 AddDuplicateFileAction (int fd, int dup_fd);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 160 bool AddDuplicateFileAction(int fd, int dup_fd);
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31550 result = (bool)(arg1)->AddDuplicateFileAction(arg2,arg3); in _wrap_SBLaunchInfo_AddDuplicateFileAction()
|