Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp296 bool SBLaunchInfo::AddCloseFileAction(int fd) { in AddCloseFileAction() function in SBLaunchInfo
297 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddCloseFileAction, (int), fd); in AddCloseFileAction()
444 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddCloseFileAction, (int)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i116 AddCloseFileAction (int fd);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h158 bool AddCloseFileAction(int fd);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31520 result = (bool)(arg1)->AddCloseFileAction(arg2); in _wrap_SBLaunchInfo_AddCloseFileAction()