Searched refs:AddOpenFileAction (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 309 bool SBLaunchInfo::AddOpenFileAction(int fd, const char *path, bool read, in AddOpenFileAction() function in SBLaunchInfo 311 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddOpenFileAction, in AddOpenFileAction() 447 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddOpenFileAction, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBLaunchInfo.i | 122 AddOpenFileAction (int fd, const char *path, bool read, bool write);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 162 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31586 result = (bool)(arg1)->AddOpenFileAction(arg2,(char const *)arg3,arg4,arg5); in _wrap_SBLaunchInfo_AddOpenFileAction()
|