Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i42 return lldb_iter(self, 'GetNumSymbols', 'GetSymbolAtIndex')
75 return self.sbmodule.GetSymbolAtIndex(key)
87 symbol = self.sbmodule.GetSymbolAtIndex(idx)
118 symbols.append(self.GetSymbolAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h142 lldb::SBSymbol GetSymbolAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp301 SBSymbol SBModule::GetSymbolAtIndex(size_t idx) { in GetSymbolAtIndex() function in SBModule
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39875 result = (arg1)->GetSymbolAtIndex(SWIG_STD_MOVE(arg2)); in _wrap_SBModule_GetSymbolAtIndex()