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

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

Completed in 199 milliseconds