Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp178 const char *SBLaunchInfo::GetEnvironmentEntryAtIndex(uint32_t idx) { in GetEnvironmentEntryAtIndex() function in SBLaunchInfo
179 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex, in GetEnvironmentEntryAtIndex()
424 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i65 GetEnvironmentEntryAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h95 const char *GetEnvironmentEntryAtIndex(uint32_t idx);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31077 result = (char *)(arg1)->GetEnvironmentEntryAtIndex(arg2); in _wrap_SBLaunchInfo_GetEnvironmentEntryAtIndex()