Home
last modified time | relevance | path

Searched refs:AddDuplicateFileAction (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp302 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 DSBLaunchInfo.i119 AddDuplicateFileAction (int fd, int dup_fd);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h160 bool AddDuplicateFileAction(int fd, int dup_fd);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31550 result = (bool)(arg1)->AddDuplicateFileAction(arg2,arg3); in _wrap_SBLaunchInfo_AddDuplicateFileAction()