Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp73 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload()
88 if (Header->SectionMapSize % sizeof(uint32_t) != 0) in reload()
104 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
H A DDbiStreamBuilder.cpp277 H->SectionMapSize = calculateSectionMapStreamSize(); in finalize()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp333 else if (Offset < endof(DbiStreamHeader, SectionMapSize)) in explainDbiHeaderOffset()
335 int32_t(Header->SectionMapSize)); in explainDbiHeaderOffset()
422 {int32_t(Header->SectionMapSize), "Section Map", dontExplain<DbiStream>}, in explainStreamOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h151 support::little32_t SectionMapSize; member