Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h48 uint32_t getRecordLength() const;
65 Length = Info.getRecordLength();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h45 uint32_t getRecordLength() const;
90 Length = alignTo(Info.getRecordLength(), 4);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp88 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamArray.h228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp423 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
H A DDumpOutputStyle.cpp282 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
283 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()