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

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  243     Begin = Types.at(Offset);
  266   auto RI = Types.at(BeginOffset);
lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
   87   CVSymbol Opener = *Symbols.at(ScopeBegin);
   90   CVSymbol Closer = *Symbols.at(EndOffset);
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
  256   auto Iter = Descriptors.at(Offset);
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  116   auto Iter = SymbolArray.at(Offset);
lib/DebugInfo/PDB/Native/SymbolStream.cpp
   44   return *SymbolRecords.at(Offset);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  557   auto Iter = Checksums.getArray().at(FileID);
tools/lld/COFF/PDB.cpp
 1066   auto iter = checksums.getArray().at(fileID);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   53   auto end = syms.at(id.offset);
   76         begin = syms.at(scope_end);
 1225         iter = symbols.at(getScopeEndOffset(*iter));
 1289       begin = symbols.at(getScopeEndOffset(*begin));
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/SymbolFileNativePDB.cpp
 1097       auto iter = checksums.at(group.NameIndex);
 1451       iter = syms.at(block_end);
tools/llvm-pdbutil/InputFile.cpp
  233   auto Iter = SC.checksums().getArray().at(Offset);
tools/llvm-readobj/COFFDumper.cpp
 1232   auto Iter = CVFileChecksumTable.getArray().at(FileOffset);