Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp75 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload()
90 if (Header->SectionMapSize % sizeof(uint32_t) != 0) in reload()
106 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
DDbiStreamBuilder.cpp280 H->SectionMapSize = calculateSectionMapStreamSize(); in finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h151 support::little32_t SectionMapSize; member