Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp53 uint32_t calculateSerializedLength() const;
122 uint32_t GSIHashStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in GSIHashStreamBuilder
294 Size += PSH->calculateSerializedLength(); in calculatePublicsHashStreamSize()
302 return GSH->calculateSerializedLength(); in calculateGlobalsHashStreamSize()
450 Header.SymHash = PSH->calculateSerializedLength(); in commitPublicsHashStream()
H A DNamedStreamMap.cpp83 uint32_t NamedStreamMap::calculateSerializedLength() const { in calculateSerializedLength() function in NamedStreamMap
86 + OffsetIndexMap.calculateSerializedLength(); // Offset Index Map in calculateSerializedLength()
H A DDbiModuleDescriptorBuilder.cpp104 Result += Builder.calculateSerializedLength(); in calculateC13DebugInfoSize()
109 uint32_t DbiModuleDescriptorBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in DbiModuleDescriptorBuilder
H A DTpiStreamBuilder.cpp132 uint32_t TpiStreamBuilder::calculateSerializedLength() { in calculateSerializedLength() function in TpiStreamBuilder
147 uint32_t Length = calculateSerializedLength(); in finalizeMsfLayout()
H A DDbiStreamBuilder.cpp102 uint32_t DbiStreamBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in DbiStreamBuilder
137 Size += M->calculateSerializedLength(); in calculateModiSubstreamSize()
323 uint32_t Length = calculateSerializedLength(); in finalizeMsfLayout()
H A DInfoStreamBuilder.cpp51 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout()
H A DPDBFileBuilder.cpp195 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h46 uint32_t calculateSerializedLength() const;
H A DTpiStreamBuilder.h66 uint32_t calculateSerializedLength();
H A DDbiModuleDescriptorBuilder.h117 uint32_t calculateSerializedLength() const;
H A DDbiStreamBuilder.h66 uint32_t calculateSerializedLength() const;
H A DHashTable.h157 uint32_t calculateSerializedLength() const { in calculateSerializedLength() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h60 uint32_t calculateSerializedLength() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp60 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() const { in calculateSerializedLength() function in DebugSubsectionRecordBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp190 Size += B.calculateSerializedLength(); in toDebugS()