Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp231 uint32_t SBLaunchInfo::GetLaunchFlags() { in GetLaunchFlags() function in SBLaunchInfo
232 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetLaunchFlags); in GetLaunchFlags()
433 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetLaunchFlags, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i86 GetLaunchFlags ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h138 uint32_t GetLaunchFlags();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31267 result = (uint32_t)(arg1)->GetLaunchFlags(); in _wrap_SBLaunchInfo_GetLaunchFlags()