Home
last modified time | relevance | path

Searched refs:SecContrSubstreamSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp76 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload()
87 if (Header->SecContrSubstreamSize % sizeof(uint32_t) != 0) in reload()
105 Header->SecContrSubstreamSize)) in reload()
H A DDbiStreamBuilder.cpp280 H->SecContrSubstreamSize = calculateSectionContribsStreamSize(); in finalize()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp329 else if (Offset < endof(DbiStreamHeader, SecContrSubstreamSize)) in explainDbiHeaderOffset()
331 int32_t(Header->SecContrSubstreamSize)); in explainDbiHeaderOffset()
419 {int32_t(Header->SecContrSubstreamSize), "Section Contribution Substream", in explainStreamOffset()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h149 support::little32_t SecContrSubstreamSize; member