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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h49 const char *GetNameAtIndex(size_t index);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp57 const char *SBEnvironment::GetNameAtIndex(size_t index) { function in class:SBEnvironment
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp240 llvm::StringRef GetNameAtIndex(uint32_t idx) { function in class:PluginInstances
803 return GetPlatformInstances().GetNameAtIndex(idx);
852 return GetProcessInstances().GetNameAtIndex(idx);
1317 return GetTraceExporterInstances().GetNameAtIndex(index);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24088 SWIG_check_num_args("lldb::SBEnvironment::GetNameAtIndex",2,2)
24089 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBEnvironment::GetNameAtIndex",1,"lldb::SBEnvironment *");
24090 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBEnvironment::GetNameAtIndex",2,"size_t");
24097 result = (char *)(arg1)->GetNameAtIndex(arg2);
24322 { "GetNameAtIndex", _wrap_SBEnvironment_GetNameAtIndex},
[all...]

Completed in 285 milliseconds