Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h46 uint32_t getRecordLength() const;
63 Length = Info.getRecordLength();
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h42 uint32_t getRecordLength() const;
82 Length = alignTo(Info.getRecordLength(), 4);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp80 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamArray.h228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
H A DDumpOutputStyle.cpp304 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
305 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()