Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp172 uint32_t SBLaunchInfo::GetNumEnvironmentEntries() { in GetNumEnvironmentEntries() function in SBLaunchInfo
173 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetNumEnvironmentEntries); in GetNumEnvironmentEntries()
182 if (idx > GetNumEnvironmentEntries()) in GetEnvironmentEntryAtIndex()
423 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetNumEnvironmentEntries, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i62 GetNumEnvironmentEntries ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h93 uint32_t GetNumEnvironmentEntries();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31050 result = (uint32_t)(arg1)->GetNumEnvironmentEntries(); in _wrap_SBLaunchInfo_GetNumEnvironmentEntries()