Searched refs:AddSuppressFileAction (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 317 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 D | SBLaunchInfo.i | 125 AddSuppressFileAction (int fd, bool read, bool write);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 164 bool AddSuppressFileAction(int fd, bool read, bool write);
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31619 result = (bool)(arg1)->AddSuppressFileAction(arg2,arg3,arg4); in _wrap_SBLaunchInfo_AddSuppressFileAction()
|