Searched refs:getRecordLength (Results 1 – 11 of 11) sorted by relevance
48 uint32_t getRecordLength() const;65 Length = Info.getRecordLength();
46 uint32_t getRecordLength() const;71 Length = Info.getRecordLength();
64 uint32_t getRecordLength() const;78 Length = Info.getRecordLength();
45 uint32_t getRecordLength() const;90 Length = alignTo(Info.getRecordLength(), 4);
36 uint32_t ModuleSubstream::getRecordLength() const { in getRecordLength() function in ModuleSubstream
88 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
121 uint32_t ModInfo::getRecordLength() const { in getRecordLength() function in ModInfo
48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
215 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
423 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
266 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()267 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()