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

Declarations

include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   44   uint32_t getRecordLength() const;

References

include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   89     Length = alignTo(Info.getRecordLength(), 4);
tools/llvm-pdbutil/BytesOutputStyle.cpp
  420             std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength());
tools/llvm-pdbutil/DumpOutputStyle.cpp
  304     Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength());
  305     CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength());