Home
last modified time | relevance | path

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

12

/external/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
/external/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()
/external/llvm-project/lldb/source/Core/
DAddressResolverName.cpp118 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()
DAddressResolverFileLine.cpp52 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()
/external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
DTestDyldTrieSymbols.py96 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/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()
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/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp53 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap()
147 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
/external/llvm-project/lldb/include/lldb/API/
DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp271 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/functionalities/breakpoint/breakpoint_in_delayslot/
DTestAvoidBreakpointInDelaySlot.py42 sc = list.GetContextAtIndex(0)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
DTestCPPBreakpointLocations.py103 symbol = sc_list.GetContextAtIndex(0).GetSymbol()
/external/llvm-project/lldb/test/API/python_api/symbol-context/two-files/
DTestSymbolContextTwoFiles.py31 symbol_address = sc_list.GetContextAtIndex(
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp588 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/source/Breakpoint/
DBreakpointResolverName.cpp305 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
338 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
DBreakpointResolverFileRegex.cpp119 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
DBreakpointResolverFileLine.cpp132 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
DTestStepOverBreakpoint.py59 symbolContext = contextList.GetContextAtIndex(0)
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h430 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp896 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/Symbol/
DSymbolContext.cpp784 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/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp112 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp468 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp563 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp518 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()

12