Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBEnvironment.i32 const char *GetNameAtIndex(size_t index);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBEnvironment.h49 const char *GetNameAtIndex(size_t index);
/llvm-project-15.0.7/lldb/source/API/
H A DSBEnvironment.cpp57 const char *SBEnvironment::GetNameAtIndex(size_t index) { in GetNameAtIndex() function in SBEnvironment
/llvm-project-15.0.7/lldb/test/API/python_api/sbenvironment/
H A DTestSBEnvironment.py19 name = env.GetNameAtIndex(i)
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp241 llvm::StringRef GetNameAtIndex(uint32_t idx) { in GetNameAtIndex() function in PluginInstances
791 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
840 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()
1152 return GetTraceExporterInstances().GetNameAtIndex(index); in GetTraceExporterPluginNameAtIndex()