Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp317 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { in AddSuppressFileAction() function in SBLaunchInfo
318 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddSuppressFileAction, in AddSuppressFileAction()
449 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddSuppressFileAction, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i125 AddSuppressFileAction (int fd, bool read, bool write);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h164 bool AddSuppressFileAction(int fd, bool read, bool write);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31619 result = (bool)(arg1)->AddSuppressFileAction(arg2,arg3,arg4); in _wrap_SBLaunchInfo_AddSuppressFileAction()