Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/test/API/macosx/dyld-trie-symbols/
H A DTestDyldTrieSymbols.py87 sym1 = syms_ctx.GetContextAtIndex(0).GetSymbol()
88 sym2 = syms_ctx.GetContextAtIndex(1).GetSymbol()
102 sym = syms_ctx.GetContextAtIndex(0).GetSymbol()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp151 sc_list.GetContextAtIndex(i, sc); in DumpLinesInSymbolContexts()
398 sc_list_symbols.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
416 sc_list_funcs.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
938 sc_list_symbols.GetContextAtIndex(i, sc); in DoExecute()
963 sc_list.GetContextAtIndex(i, sc); in DoExecute()
982 sc_list.GetContextAtIndex(0, sc); in DoExecute()
1057 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1179 sc_list.GetContextAtIndex(i, sc); in DoExecute()
1198 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp55 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap()
150 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressResolverFileLine.cpp51 if (sc_list.GetContextAtIndex(i, sc)) { in SearchCallback()
H A DSourceManager.cpp363 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine()
435 sc_list.GetContextAtIndex(i, sc); in CommonInitializer()
448 sc_list.GetContextAtIndex(0, sc); in CommonInitializer()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py40 sc = list.GetContextAtIndex(0)
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp277 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F()
328 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F()
345 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F()
624 EXPECT_TRUE(sc_list.GetContextAtIndex(0, sc)); in TEST_F()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp/
H A DTestCPPBreakpointLocations.py101 symbol = sc_list.GetContextAtIndex(0).GetSymbol()
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/two-files/
H A DTestSymbolContextTwoFiles.py28 symbol_address = sc_list.GetContextAtIndex(
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp589 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
603 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
617 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
631 sc_list.GetContextAtIndex(0, sc); in BacktraceRecordingHeadersInitialized()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp307 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
340 if (!func_list.GetContextAtIndex(i, sc)) in SearchCallback()
H A DBreakpointResolverFileRegex.cpp120 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
H A DBreakpointResolverFileLine.cpp134 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
H A DTestStepOverBreakpoint.py56 symbolContext = contextList.GetContextAtIndex(0)
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h431 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp878 if (code_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
901 if (reexported_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
933 if (indirect_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
1049 if (sc_list.GetContextAtIndex(0, sc)) { in GetPthreadSetSpecificAddress()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp778 sc_list.GetContextAtIndex(i, sym_ctx); in FindBestGlobalDataSymbol()
1260 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList
1306 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1307 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp456 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp135 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp432 if (target_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp551 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp253 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()

12