Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h191 bool AddSuppressFileAction(int fd, bool read, bool write);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp304 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { in AddSuppressFileAction() function in SBLaunchInfo
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35939 result = (bool)(arg1)->AddSuppressFileAction(arg2,arg3,arg4); in _wrap_SBLaunchInfo_AddSuppressFileAction()