reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/SymbolContext.h
  447   bool GetContextAtIndex(size_t idx, SymbolContext &sc) const;

References

tools/lldb/source/API/SBSymbolContextList.cpp
   59     if (m_opaque_up->GetContextAtIndex(idx, sc)) {
tools/lldb/source/API/SBThread.cpp
  923         if (sc_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  134     sc_list.GetContextAtIndex(i, sc);
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  122         sc_list.GetContextAtIndex(i, sc_ctx);
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  313       func_list.GetContextAtIndex(idx, sc);
  340       if (func_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Commands/CommandCompletions.cpp
  456       if (sc_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Commands/CommandObjectSource.cpp
  160       sc_list.GetContextAtIndex(i, sc);
  409         sc_list_symbols.GetContextAtIndex(i, sc);
  427       sc_list_funcs.GetContextAtIndex(i, sc);
  956           sc_list_symbols.GetContextAtIndex(i, sc);
  982           sc_list.GetContextAtIndex(i, sc);
 1001         sc_list.GetContextAtIndex(0, sc);
 1079         sc_list.GetContextAtIndex(i, sc);
 1201           sc_list.GetContextAtIndex(i, sc);
 1221       if (sc_list.GetContextAtIndex(0, sc)) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
  983             if (sc_list.GetContextAtIndex(sc_idx, sc)) {
 1329       if (sc_list.GetContextAtIndex(i, sc)) {
 1582     if (sc_list.GetContextAtIndex(i, sc)) {
 3382       sc_list.GetContextAtIndex(idx, sc);
tools/lldb/source/Core/AddressResolverFileLine.cpp
   53     if (sc_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Core/AddressResolverName.cpp
  118       if (!func_list.GetContextAtIndex(i, sc))
  126         if (sym_list.GetContextAtIndex(j, symbol_sc)) {
  141       if (func_list.GetContextAtIndex(i, sc)) {
  164     if (sym_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Core/Disassembler.cpp
  145     if (!sc_list.GetContextAtIndex(i, sc))
tools/lldb/source/Core/Module.cpp
  732       if (!sc_list.GetContextAtIndex(i, sc))
  752       if (!sc_list.GetContextAtIndex(i, sc))
tools/lldb/source/Core/SourceManager.cpp
  333           sc_list.GetContextAtIndex(idx, sc);
  405               sc_list.GetContextAtIndex(i, sc);
  418             sc_list.GetContextAtIndex(0, sc);
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  440     if (target_symbols.GetContextAtIndex(i, context)) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  856             if (code_symbols.GetContextAtIndex(i, context)) {
  879             if (reexported_symbols.GetContextAtIndex(i, context)) {
  911             if (indirect_symbols.GetContextAtIndex(i, context)) {
 1027       if (sc_list.GetContextAtIndex(0, sc)) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  482     if (target_symbols.GetContextAtIndex(i, context)) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1274       if (!candidate_sc_list.GetContextAtIndex(ci, candidate_sc))
 1312       if (!sc_list.GetContextAtIndex(i, sc))
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  547     sc_list.GetContextAtIndex(i, sym_ctx);
 1283           sc_list.GetContextAtIndex(index, sym_ctx);
 1360         sc_list.GetContextAtIndex(index, sym_ctx);
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  466   target_symbols.GetContextAtIndex(0, sym_ctx);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  561   contexts.GetContextAtIndex(0, context);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  235     contexts.GetContextAtIndex(0, context);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  922         sc_list.GetContextAtIndex(0, ivar_offset_symbol)) {
 2647       sc_list.GetContextAtIndex(0, sc);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  112     sc_list.GetContextAtIndex(0, sc);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5285           if (contexts.GetContextAtIndex(0, context))
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   53     if (sc_list.GetContextAtIndex(0, sc)) {
  147     if (sc_list.GetContextAtIndex(0, sc)) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3846                   if (sc_list.GetContextAtIndex(sc_idx, sc)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  990     sc_list.GetContextAtIndex(i, sc);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  586     sc_list.GetContextAtIndex(0, sc);
  600     sc_list.GetContextAtIndex(0, sc);
  614     sc_list.GetContextAtIndex(0, sc);
  628     sc_list.GetContextAtIndex(0, sc);
tools/lldb/source/Symbol/Symbol.cpp
  443         if (sc_list.GetContextAtIndex(i, sc)) {
tools/lldb/source/Symbol/SymbolContext.cpp
  795       sc_list.GetContextAtIndex(i, sym_ctx);
 1323     lhs.GetContextAtIndex(i, lhs_sc);
 1324     rhs.GetContextAtIndex(i, rhs_sc);