Home
last modified time | relevance | path

Searched refs:GetNameAtIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp59 const char *SBEnvironment::GetNameAtIndex(size_t index) { in GetNameAtIndex() function in SBEnvironment
60 LLDB_RECORD_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t), in GetNameAtIndex()
143 LLDB_REGISTER_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBEnvironment.i32 const char *GetNameAtIndex(size_t index);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h49 const char *GetNameAtIndex(size_t index);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp241 const char *GetNameAtIndex(uint32_t idx) { in GetNameAtIndex() function in PluginInstances
771 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
819 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
1129 return GetTraceExporterInstances().GetNameAtIndex(index); in GetTraceExporterPluginNameAtIndex()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22001 result = (char *)(arg1)->GetNameAtIndex(arg2); in _wrap_SBEnvironment_GetNameAtIndex()