Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContextList.h34 lldb::SBSymbolContext GetContextAtIndex(uint32_t idx);
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h427 bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1270 bool SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext &sc) const { in GetContextAtIndex() function in SymbolContextList
1316 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1317 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp459 target_symbols.GetContextAtIndex(0, sym_ctx); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp135 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp260 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
H A DAppleObjCRuntimeV2.cpp1247 sc_list.GetContextAtIndex(0, ivar_offset_symbol)) { in GetByteOffsetForIvar()
3336 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
3346 sc_list.GetContextAtIndex(0, sc); in GetCFBooleanValuesIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp638 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1166 if (sc_list.GetContextAtIndex(0, sc)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1062 sc_list.GetContextAtIndex(i, sc); in RemoveFunctionsWithModuleNotEqualTo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53845 result = (arg1)->GetContextAtIndex(arg2); in _wrap_SBSymbolContextList_GetContextAtIndex()