Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/bindings/interface/
H A 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
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSymbolContextList.cpp48 SBSymbolContext SBSymbolContextList::GetContextAtIndex(uint32_t idx) { in GetContextAtIndex() function in SBSymbolContextList
54 if (m_opaque_up->GetContextAtIndex(idx, sc)) in GetContextAtIndex()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp152 sc_list.GetContextAtIndex(i, sc); in DumpLinesInSymbolContexts()
399 sc_list_symbols.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
417 sc_list_funcs.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
939 sc_list_symbols.GetContextAtIndex(i, sc); in DoExecute()
964 sc_list.GetContextAtIndex(i, sc); in DoExecute()
983 sc_list.GetContextAtIndex(0, sc); in DoExecute()
1058 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1180 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1199 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp55 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap()
152 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/openbsd/gnu/llvm/lldb/source/Core/
H A DAddressResolverFileLine.cpp51 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
H A DSourceManager.cpp364 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine()
436 sc_list.GetContextAtIndex(i, sc); in CommonInitializer()
449 sc_list.GetContextAtIndex(0, sc); in CommonInitializer()
H A DModule.cpp776 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
796 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp133 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
228 sc_list.GetContextAtIndex(i, sc); in DeduceSourceMapping()
H A DBreakpointResolverName.cpp306 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
339 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
H A DBreakpointResolverFileRegex.cpp120 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp629 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
643 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
657 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
671 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h431 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp778 sc_list.GetContextAtIndex(i, sym_ctx); in FindBestGlobalDataSymbol()
1258 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList
1304 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1305 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
H A DSymbol.cpp445 if (sc_list.GetContextAtIndex(i, sc)) { in ResolveReExportedSymbolInModuleSpec()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp897 if (code_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
920 if (reexported_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
952 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
1067 if (sc_list.GetContextAtIndex(0, sc)) { in GetPthreadSetSpecificAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp454 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp136 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp432 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp553 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
H A DAppleObjCRuntimeV2.cpp1259 sc_list.GetContextAtIndex(0, ivar_offset_symbol)) { in GetByteOffsetForIvar()
3205 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
3215 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp542 sc_list.GetContextAtIndex(i, sym_ctx); in GetSymbolAddress()
1162 sc_list.GetContextAtIndex(index, sym_ctx); in SearchFunctionsInSymbolContexts()
1301 sc_list.GetContextAtIndex(index, sym_ctx); in LookupFunction()
H A DClangASTSource.cpp1031 if (!candidate_sc_list.GetContextAtIndex(ci, candidate_sc)) in FindObjCMethodDecls()
1069 if (!sc_list.GetContextAtIndex(i, sc)) in FindObjCMethodDecls()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp524 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()

12