Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextListExtensions.i19 return self.GetContextAtIndex(key)
27 obj = self.GetContextAtIndex(i).module
35 obj = self.GetContextAtIndex(i).compile_unit
42 obj = self.GetContextAtIndex(i).function
49 obj = self.GetContextAtIndex(i).block
56 obj = self.GetContextAtIndex(i).symbol
63 obj = self.GetContextAtIndex(i).line_entry
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp54 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMmap()
151 if (sc_list.GetContextAtIndex(0, sc)) { in InferiorCallMunmap()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp119 sc_list.GetContextAtIndex(i, sc_ctx); in SearchCallback()
H A DBreakpointResolverFileLine.cpp132 sc_list.GetContextAtIndex(i, sc); in FilterContexts()
H A DBreakpointResolverName.cpp304 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h426 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1261 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList
1307 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1308 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp459 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp135 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
H A DAppleObjCRuntimeV2.cpp1271 sc_list.GetContextAtIndex(0, ivar_offset_symbol)) { in GetByteOffsetForIvar()
3360 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
3370 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp650 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp771 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
791 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
H A DSourceManager.cpp501 sc_list.GetContextAtIndex(0, sc); in CommonInitializer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1162 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1053 sc_list.GetContextAtIndex(i, sc); in RemoveFunctionsWithModuleNotEqualTo()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51111 result = (arg1)->GetContextAtIndex(arg2); in _wrap_SBSymbolContextList_GetContextAtIndex()