/external/llvm-project/lldb/bindings/interface/ |
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
|
/external/llvm-project/lldb/source/API/ |
D | SBSymbolContextList.cpp | 52 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()
|
/external/llvm-project/lldb/source/Core/ |
D | AddressResolverName.cpp | 118 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback() 126 if (sym_list.GetContextAtIndex(j, symbol_sc)) { in SearchCallback() 141 if (func_list.GetContextAtIndex(i, sc)) { in SearchCallback() 164 if (sym_list.GetContextAtIndex(i, sc)) { in SearchCallback()
|
D | AddressResolverFileLine.cpp | 52 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
|
D | SourceManager.cpp | 350 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine() 422 sc_list.GetContextAtIndex(i, sc); in CommonInitializer() 435 sc_list.GetContextAtIndex(0, sc); in CommonInitializer()
|
/external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
D | TestDyldTrieSymbols.py | 96 sym1 = syms_ctx.GetContextAtIndex(0).GetSymbol() 97 sym2 = syms_ctx.GetContextAtIndex(1).GetSymbol() 111 sym = syms_ctx.GetContextAtIndex(0).GetSymbol()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 53 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap() 147 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 151 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() 958 sc_list_symbols.GetContextAtIndex(i, sc); in DoExecute() 984 sc_list.GetContextAtIndex(i, sc); in DoExecute() 1003 sc_list.GetContextAtIndex(0, sc); in DoExecute() 1081 sc_list.GetContextAtIndex(i, sc); in DoExecute() 1204 sc_list.GetContextAtIndex(i, sc); in DoExecute() 1224 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBSymbolContextList.h | 34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/ |
D | TestAvoidBreakpointInDelaySlot.py | 42 sc = list.GetContextAtIndex(0)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/ |
D | TestCPPBreakpointLocations.py | 103 symbol = sc_list.GetContextAtIndex(0).GetSymbol()
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 271 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F() 321 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F() 336 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F() 615 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F()
|
/external/llvm-project/lldb/test/API/python_api/symbol-context/two-files/ |
D | TestSymbolContextTwoFiles.py | 31 symbol_address = sc_list.GetContextAtIndex(
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 588 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized() 602 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized() 616 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized() 630 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/ |
D | TestStepOverBreakpoint.py | 59 symbolContext = contextList.GetContextAtIndex(0)
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverName.cpp | 305 func_list.GetContextAtIndex(idx, sc); in SearchCallback() 338 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
|
D | BreakpointResolverFileRegex.cpp | 119 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
|
D | BreakpointResolverFileLine.cpp | 132 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 430 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
|
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolContext.cpp | 784 sc_list.GetContextAtIndex(i, sym_ctx); in FindBestGlobalDataSymbol() 1267 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList 1313 lhs.GetContextAtIndex(i, lhs_sc); in operator ==() 1314 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 896 if (code_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan() 919 if (reexported_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan() 951 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan() 1067 if (sc_list.GetContextAtIndex(0, sc)) { in GetPthreadSetSpecificAddress()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.cpp | 112 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
|
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
D | JITLoaderGDB.cpp | 468 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 563 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionDeclMap.cpp | 518 sc_list.GetContextAtIndex(i, sym_ctx); in GetSymbolAddress() 1137 sc_list.GetContextAtIndex(index, sym_ctx); in SearchFunctionsInSymbolContexts() 1273 sc_list.GetContextAtIndex(index, sym_ctx); in LookupFunction()
|