Home
last modified time | relevance | path

Searched refs:getRecordLength (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h46 uint32_t getRecordLength() const;
63 Length = Info.getRecordLength();
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h42 uint32_t getRecordLength() const;
82 Length = alignTo(Info.getRecordLength(), 4);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp79 uint32_t DbiModuleDescriptor::getRecordLength() const {
80 uint32_t DbiModuleDescriptor::getRecordLength() const { getRecordLength() function in DbiModuleDescriptor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
H A DDumpOutputStyle.cpp305 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
306 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()