Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp237 void SBLaunchInfo::SetLaunchFlags(uint32_t flags) { in SetLaunchFlags() function in SBLaunchInfo
238 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetLaunchFlags, (uint32_t), flags); in SetLaunchFlags()
434 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetLaunchFlags, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i89 SetLaunchFlags (uint32_t flags);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h140 void SetLaunchFlags(uint32_t flags);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31293 (arg1)->SetLaunchFlags(arg2); in _wrap_SBLaunchInfo_SetLaunchFlags()