Home
last modified time | relevance | path

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

/external/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()
/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/llvm-project/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.cpp276 H->SectionMapSize = calculateSectionMapStreamSize(); in finalize()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp331 else if (Offset < endof(DbiStreamHeader, SectionMapSize)) in explainDbiHeaderOffset()
333 int32_t(Header->SectionMapSize)); in explainDbiHeaderOffset()
420 {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/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h151 support::little32_t SectionMapSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h151 support::little32_t SectionMapSize; member
/external/llvm-project/llvm/docs/PDB/
DDbiStream.rst44 int32_t SectionMapSize;
141 - **SectionMapSize** - The length of the :ref:`dbi_section_map_substream`.
297 and consumes ``Header->SectionMapSize`` bytes. This substream begins with an ``4``