/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBSymbolContextList.i | 49 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 D | SBSymbolContextList.cpp | 48 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 D | CommandObjectSource.cpp | 152 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 D | InferiorCallPOSIX.cpp | 55 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 D | SBSymbolContextList.h | 34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | AddressResolverFileLine.cpp | 51 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
|
H A D | SourceManager.cpp | 364 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 D | Module.cpp | 776 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 D | BreakpointResolverFileLine.cpp | 133 sc_list.GetContextAtIndex(i, sc); in FilterContexts() 228 sc_list.GetContextAtIndex(i, sc); in DeduceSourceMapping()
|
H A D | BreakpointResolverName.cpp | 306 func_list.GetContextAtIndex(idx, sc); in SearchCallback() 339 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
H A D | BreakpointResolverFileRegex.cpp | 120 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.cpp | 629 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 D | SymbolContext.h | 431 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 778 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 D | Symbol.cpp | 445 if (sc_list.GetContextAtIndex(i, sc)) { in ResolveReExportedSymbolInModuleSpec()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 897 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 D | JITLoaderGDB.cpp | 454 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 136 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 432 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 553 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
|
H A D | AppleObjCRuntimeV2.cpp | 1259 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 D | ClangExpressionDeclMap.cpp | 542 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 D | ClangASTSource.cpp | 1031 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 D | DynamicLoaderPOSIXDYLD.cpp | 524 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
|