Searched refs:getRecordLength (Results 1 – 7 of 7) sorted by relevance
48 uint32_t getRecordLength() const;65 Length = Info.getRecordLength();
45 uint32_t getRecordLength() const;90 Length = alignTo(Info.getRecordLength(), 4);
88 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
423 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
282 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()283 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()