Home
last modified time | relevance | path

Searched refs:GetContextAtIndex (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBSymbolContextList.i49 GetContextAtIndex (uint32_t idx);
79 return self.GetContextAtIndex(key)
87 obj = self.GetContextAtIndex(i).module
95 obj = self.GetContextAtIndex(i).compile_unit
102 obj = self.GetContextAtIndex(i).function
109 obj = self.GetContextAtIndex(i).block
116 obj = self.GetContextAtIndex(i).symbol
123 obj = self.GetContextAtIndex(i).line_entry
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBSymbolContextList.cpp52 SBSymbolContext SBSymbolContextList::GetContextAtIndex(uint32_t idx) { in GetContextAtIndex() function in SBSymbolContextList
54 GetContextAtIndex, (uint32_t), idx); in GetContextAtIndex()
59 if (m_opaque_up->GetContextAtIndex(idx, sc)) { in GetContextAtIndex()
131 GetContextAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp151 sc_list.GetContextAtIndex(i, sc); in DumpLinesInSymbolContexts()
395 sc_list_symbols.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
413 sc_list_funcs.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
952 sc_list_symbols.GetContextAtIndex(i, sc); in DoExecute()
977 sc_list.GetContextAtIndex(i, sc); in DoExecute()
996 sc_list.GetContextAtIndex(0, sc); in DoExecute()
1071 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1193 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1212 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
DCommandCompletions.cpp224 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
DCommandObjectTarget.cpp953 if (sc_list.GetContextAtIndex(sc_idx, sc)) { in DoExecute()
1308 if (sc_list.GetContextAtIndex(i, sc)) { in DumpCompileUnitLineTable()
1559 if (sc_list.GetContextAtIndex(i, sc)) { in DumpSymbolContextList()
3313 sc_list.GetContextAtIndex(idx, sc); in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp53 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap()
147 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DAddressResolverFileLine.cpp51 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
DSourceManager.cpp350 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine()
422 sc_list.GetContextAtIndex(i, sc); in CommonInitializer()
435 sc_list.GetContextAtIndex(0, sc); in CommonInitializer()
DModule.cpp742 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
762 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverName.cpp309 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
342 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
DBreakpointResolverFileRegex.cpp120 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
DBreakpointResolverFileLine.cpp133 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp782 sc_list.GetContextAtIndex(i, sym_ctx); in FindBestGlobalDataSymbol()
1265 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList
1311 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1312 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
DSymbol.cpp445 if (sc_list.GetContextAtIndex(i, sc)) { in ResolveReExportedSymbolInModuleSpec()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h431 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp112 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp473 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp518 sc_list.GetContextAtIndex(i, sym_ctx); in GetSymbolAddress()
1138 sc_list.GetContextAtIndex(index, sym_ctx); in SearchFunctionsInSymbolContexts()
1274 sc_list.GetContextAtIndex(index, sym_ctx); in LookupFunction()
DClangASTSource.cpp1022 if (!candidate_sc_list.GetContextAtIndex(ci, candidate_sc)) in FindObjCMethodDecls()
1060 if (!sc_list.GetContextAtIndex(i, sc)) in FindObjCMethodDecls()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp563 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp252 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
DAppleObjCRuntimeV2.cpp1172 sc_list.GetContextAtIndex(0, ivar_offset_symbol)) { in GetByteOffsetForIvar()
2980 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp442 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp510 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()

12