/external/lldb/scripts/Python/interface/ |
D | SBSymbolContextList.i | 49 GetContextAtIndex (uint32_t idx); 71 return self.GetContextAtIndex(key) 79 obj = self.GetContextAtIndex(i).module 87 obj = self.GetContextAtIndex(i).compile_unit 94 obj = self.GetContextAtIndex(i).function 101 obj = self.GetContextAtIndex(i).block 108 obj = self.GetContextAtIndex(i).symbol 115 obj = self.GetContextAtIndex(i).line_entry
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 102 sc_list.GetContextAtIndex (current_idx, sc); in SearchCallback() 131 if (tmp_sc_list.GetContextAtIndex(current_idx, sc)) in SearchCallback() 147 if (tmp_sc_list.GetContextAtIndex(current_idx, sc)) in SearchCallback() 167 if (tmp_sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
D | BreakpointResolverName.cpp | 161 if (!sc_list.GetContextAtIndex(i, sc)) in Prune() 257 func_list.GetContextAtIndex(idx, sc); in SearchCallback() 273 if (func_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
/external/lldb/source/Core/ |
D | AddressResolverName.cpp | 156 if (func_list.GetContextAtIndex(i, sc) == false) in SearchCallback() 165 if (sym_list.GetContextAtIndex(j, symbol_sc)) in SearchCallback() 183 if (func_list.GetContextAtIndex(i, sc)) in SearchCallback() 211 if (sym_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
D | AddressResolverFileLine.cpp | 62 if (sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
D | SourceManager.cpp | 301 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine() 369 sc_list.GetContextAtIndex(i, sc); in File() 386 sc_list.GetContextAtIndex (0, sc); in File()
|
D | ModuleList.cpp | 371 if (sc_list.GetContextAtIndex(i, sc)) in FindFunctions() 431 if (sc_list.GetContextAtIndex(i, sc)) in FindFunctionSymbols()
|
D | Disassembler.cpp | 149 if (sc_list.GetContextAtIndex(i, sc) == false) in Disassemble()
|
/external/lldb/source/API/ |
D | SBSymbolContextList.cpp | 50 SBSymbolContextList::GetContextAtIndex (uint32_t idx) in GetContextAtIndex() function in SBSymbolContextList 56 if (m_opaque_ap->GetContextAtIndex (idx, sc)) in GetContextAtIndex()
|
D | SBThread.cpp | 870 if (sc_list.GetContextAtIndex(i, sc)) in StepOverUntil()
|
/external/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 540 sc_list_symbols.GetContextAtIndex (i, sc); in DoExecute() 570 sc_list.GetContextAtIndex (i, sc); in DoExecute() 593 sc_list.GetContextAtIndex (0, sc); in DoExecute() 676 sc_list.GetContextAtIndex(i, sc); in DoExecute() 815 sc_list.GetContextAtIndex(i, sc); in DoExecute() 838 if (sc_list.GetContextAtIndex(0, sc)) in DoExecute()
|
D | CommandCompletions.cpp | 673 if (sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
D | CommandObjectTarget.cpp | 928 if (sc_list.GetContextAtIndex(sc_idx, sc)) in DoExecute() 1374 if (sc_list.GetContextAtIndex(i, sc)) in DumpCompileUnitLineTable() 1644 if (sc_list.GetContextAtIndex(i, sc)) in DumpSymbolContextList() 3599 sc_list.GetContextAtIndex(idx, sc); in DoExecute()
|
/external/lldb/include/lldb/API/ |
D | SBSymbolContextList.h | 37 GetContextAtIndex (uint32_t idx);
|
/external/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 47 if (sc_list.GetContextAtIndex(0, sc)) in InferiorCallMmap() 159 if (sc_list.GetContextAtIndex(0, sc)) in InferiorCallMunmap()
|
/external/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 491 GetContextAtIndex(size_t idx, SymbolContext& sc) const;
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 510 temp_sc_list.GetContextAtIndex(i, sym_ctx); in FindCodeSymbolInContext() 572 sc_list.GetContextAtIndex(0, sym_ctx); in GetFunctionAddress() 606 sc_list.GetContextAtIndex(i, sym_ctx); in GetSymbolAddress() 693 sc_list.GetContextAtIndex(i, sym_ctx); in FindGlobalDataSymbol() 1297 sc_list.GetContextAtIndex(index, sym_ctx); in FindExternalVisibleDecls()
|
D | ClangASTSource.cpp | 1021 if (!candidate_sc_list.GetContextAtIndex(ci, candidate_sc)) in FindObjCMethodDecls() 1064 if (!sc_list.GetContextAtIndex(i, sc)) in FindObjCMethodDecls()
|
/external/lldb/source/Symbol/ |
D | SymbolContext.cpp | 1120 SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext& sc) const in GetContextAtIndex() function in SymbolContextList 1192 lhs.GetContextAtIndex(i, lhs_sc); in operator ==() 1193 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 214 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
|
D | AppleObjCTrampolineHandler.cpp | 740 sc_list.GetContextAtIndex(0, sc); in SetupDispatchFunction()
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 377 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 109 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1633 target_symbols.GetContextAtIndex(i, sc); in GetStepThroughTrampolinePlan() 1664 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 1070 sc_list.GetContextAtIndex(i, sc); in RemoveFunctionsWithModuleNotEqualTo()
|