Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp292 bool SBLaunchInfo::AddCloseFileAction(int fd) { in AddCloseFileAction() function in SBLaunchInfo
293 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddCloseFileAction, (int), fd); in AddCloseFileAction()
393 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddCloseFileAction, (int)); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i113 AddCloseFileAction (int fd);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h158 bool AddCloseFileAction(int fd);