Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp309 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 DSBLaunchInfo.i122 AddOpenFileAction (int fd, const char *path, bool read, bool write);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h162 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31586 result = (bool)(arg1)->AddOpenFileAction(arg2,(char const *)arg3,arg4,arg5); in _wrap_SBLaunchInfo_AddOpenFileAction()