Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp76 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload()
91 if (Header->SectionMapSize % sizeof(uint32_t) != 0) in reload()
107 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
DDbiStreamBuilder.cpp263 H->SectionMapSize = calculateSectionMapStreamSize(); in finalize()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp120 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload()
135 if (Header->SectionMapSize % sizeof(uint32_t) != 0) in reload()
157 if (auto EC = Reader.readStreamRef(SecMapSubstream, Header->SectionMapSize)) in reload()
DDbiStreamBuilder.cpp66 H->SectionMapSize = 0; in build()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp332 else if (Offset < endof(DbiStreamHeader, SectionMapSize)) in explainDbiHeaderOffset()
334 int32_t(Header->SectionMapSize)); in explainDbiHeaderOffset()
421 {int32_t(Header->SectionMapSize), "Section Map", dontExplain<DbiStream>}, in explainStreamOffset()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h51 support::little32_t SectionMapSize; // Size of sec. map substream member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h152 support::little32_t SectionMapSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst44 int32_t SectionMapSize;
140 - **SectionMapSize** - The length of the :ref:`dbi_section_map_substream`.
286 and consumes ``Header->SectionMapSize`` bytes. This substream begins with an ``8``