Home
last modified time | relevance | path

Searched refs:calculateSerializedLength (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp79 uint32_t NamedStreamMap::calculateSerializedLength() const { in calculateSerializedLength() function in NamedStreamMap
82 + OffsetIndexMap.calculateSerializedLength(); // Offset Index Map in calculateSerializedLength()
H A DGSIStreamBuilder.cpp56 uint32_t calculateSerializedLength() const;
125 uint32_t GSIHashStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in GSIHashStreamBuilder
297 Size += PSH->calculateSerializedLength(); in calculatePublicsHashStreamSize()
305 return GSH->calculateSerializedLength(); in calculateGlobalsHashStreamSize()
460 Header.SymHash = PSH->calculateSerializedLength(); in commitPublicsHashStream()
H A DDbiModuleDescriptorBuilder.cpp108 Result += Builder.calculateSerializedLength(); in calculateC13DebugInfoSize()
113 uint32_t DbiModuleDescriptorBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in DbiModuleDescriptorBuilder
H A DTpiStreamBuilder.cpp128 uint32_t TpiStreamBuilder::calculateSerializedLength() { in calculateSerializedLength() function in TpiStreamBuilder
143 uint32_t Length = calculateSerializedLength(); in finalizeMsfLayout()
H A DDbiStreamBuilder.cpp102 uint32_t DbiStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength()
137 Size += M->calculateSerializedLength(); in calculateModiSubstreamSize()
323 uint32_t Length = calculateSerializedLength(); in finalizeMsfLayout()
101 uint32_t DbiStreamBuilder::calculateSerializedLength() const { calculateSerializedLength() function in DbiStreamBuilder
H A DInfoStreamBuilder.cpp49 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout()
H A DPDBFileBuilder.cpp205 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h45 LLVM_ABI uint32_t calculateSerializedLength() const;
H A DTpiStreamBuilder.h62 LLVM_ABI uint32_t calculateSerializedLength();
H A DDbiModuleDescriptorBuilder.h114 LLVM_ABI uint32_t calculateSerializedLength() const;
H A DDbiStreamBuilder.h64 LLVM_ABI uint32_t calculateSerializedLength() const;
H A DHashTable.h156 uint32_t calculateSerializedLength() const { in calculateSerializedLength() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h64 LLVM_ABI uint32_t calculateSerializedLength() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp59 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in DebugSubsectionRecordBuilder
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp174 Size += B.calculateSerializedLength(); in toDebugS()