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

References

include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
   65     Mapping = std::make_unique<MappingInfo>(Record.content(), Container);
include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   44     MappingInfo I(CVT.content());
   69     Mapping = std::make_unique<MappingInfo>(Record.content());
lib/DebugInfo/CodeView/RecordName.cpp
  321     BinaryStreamReader Reader(Sym.content(), llvm::support::little);
  335   StringRef StringData = toStringRef(Sym.content()).drop_front(Offset);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  113     ObjDelegate->printBinaryBlockWithRelocs("SymData", CVR.content());
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  185     W->printBinaryBlock("LeafData", getBytesAsCharacters(Record.content()));
  461   W->printNumber("Length", uint32_t(Record.content().size()));
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  458   ::discoverTypeIndices(Type.content(), Type.kind(), Refs);
  503   return ::discoverTypeIndices(Sym.content(), K, Refs);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  488   return visitMemberRecordStream(Type.content(), V);
tools/lld/COFF/PDB.cpp
  735       reinterpret_cast<const ScopeRecord *>(sym.content().data()));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  360     P.formatBinary("bytes", Record.content(), 0);
tools/llvm-pdbutil/TypeReferenceTracker.cpp
  104   addReferencedTypes(Sym.content(), DepList);
  139     addReferencedTypes(Rec->content(), DepList);