Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h49 const char *GetNameAtIndex(size_t index);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp57 const char *SBEnvironment::GetNameAtIndex(size_t index) { in GetNameAtIndex() function in SBEnvironment
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp454 llvm::StringRef GetNameAtIndex(uint32_t idx) { in GetNameAtIndex() function in PluginInstances
1098 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
1147 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
1196 return GetProtocolServerInstances().GetNameAtIndex(idx); in GetProtocolServerPluginNameAtIndex()
1655 return GetTraceExporterInstances().GetNameAtIndex(index); in GetTraceExporterPluginNameAtIndex()
1861 return GetScriptedInterfaceInstances().GetNameAtIndex(index); in GetScriptedInterfaceNameAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25860 result = (char *)(arg1)->GetNameAtIndex(SWIG_STD_MOVE(arg2)); in _wrap_SBEnvironment_GetNameAtIndex()