Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i224 GetSymbolAtIndex (size_t idx);
409 return self.sbmodule.GetSymbolAtIndex(key)
421 symbol = self.sbmodule.GetSymbolAtIndex(idx)
452 symbols.append(self.GetSymbolAtIndex(idx))
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h140 lldb::SBSymbol GetSymbolAtIndex(size_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp304 SBSymbol SBModule::GetSymbolAtIndex(size_t idx) { in GetSymbolAtIndex() function in SBModule
305 LLDB_RECORD_METHOD(lldb::SBSymbol, SBModule, GetSymbolAtIndex, (size_t), idx); in GetSymbolAtIndex()
739 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBModule, GetSymbolAtIndex, (size_t)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34650 result = (arg1)->GetSymbolAtIndex(arg2); in _wrap_SBModule_GetSymbolAtIndex()