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

References

include/llvm/DebugInfo/CodeView/CVRecord.h
   65   explicit RemappedRecord(const CVRecord<Kind> &R) : OriginalRecord(R) {}
   67   CVRecord<Kind> OriginalRecord;
   96 inline Expected<CVRecord<Kind>> readCVRecordFromStream(BinaryStreamRef Stream,
  111   return codeview::CVRecord<Kind>(RawData);
  117 struct VarStreamArrayExtractor<codeview::CVRecord<Kind>> {
  119                    codeview::CVRecord<Kind> &Item) {
include/llvm/DebugInfo/CodeView/SymbolDumper.h
   39   Error dump(CVRecord<SymbolKind> &Record);
include/llvm/DebugInfo/CodeView/SymbolRecord.h
  999 using CVSymbol = CVRecord<SymbolKind>;
include/llvm/DebugInfo/CodeView/TypeRecord.h
   35 using CVType = CVRecord<TypeLeafKind>;
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   25   Error visitUnknownType(CVRecord<TypeLeafKind> &Record) override {
lib/DebugInfo/CodeView/RecordName.cpp
   69 Error TypeNameComputer::visitKnownRecord(CVRecord<TypeLeafKind> &CVR,
lib/DebugInfo/CodeView/SymbolDumper.cpp
  653 Error CVSymbolDumper::dump(CVRecord<SymbolKind> &Record) {
usr/include/c++/7.4.0/bits/ptr_traits.h
  141       pointer_to(__make_not_void<element_type>& __r) noexcept