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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   39     id.offset = getScopeParentOffset(sym);
   42     if (id.offset == 0)
   53   auto end = syms.at(id.offset);
   57     if (id.offset == begin.offset()) {
   63     if (begin.offset() > id.offset) {
  487     if (uid.asCompilandSym().offset == 0)
 1037       cii->m_debug_stream.getSymbolArrayForScope(func_id.offset);
 1275       cii.m_debug_stream.getSymbolArrayForScope(block_id.offset);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  189   auto iter = cci->m_debug_stream.getSymbolArray().at(cu_sym.offset);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
   80   repr.offset = csid.offset;
  130   result.offset = repr.offset;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  610                                        var_id.offset + sym.RecordData.size());
  633           func_scope_id.modi, func_scope_id.offset + func_block_cvs.length());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  356   CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
  390   CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset);
 1406   CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
 1433       cii->m_debug_stream.getSymbolArray(), block_id.offset);