Searched refs:getRecordLength (Results 1 – 7 of 7) sorted by relevance
46 uint32_t getRecordLength() const;63 Length = Info.getRecordLength();
42 uint32_t getRecordLength() const;82 Length = alignTo(Info.getRecordLength(), 4);
79 uint32_t DbiModuleDescriptor::getRecordLength() const {80 uint32_t DbiModuleDescriptor::getRecordLength() const { getRecordLength() function in DbiModuleDescriptor
43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
305 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()306 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()