HomeSort by: relevance | last modified time | path
    Searched refs:SectionMapSize (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStream.cpp 75 Header->SecContrSubstreamSize + Header->SectionMapSize +
90 if (Header->SectionMapSize % sizeof(uint32_t) != 0)
106 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize))
DbiStreamBuilder.cpp 277 H->SectionMapSize = calculateSectionMapStreamSize();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 331 else if (Offset < endof(DbiStreamHeader, SectionMapSize))
333 int32_t(Header->SectionMapSize));
420 {int32_t(Header->SectionMapSize), "Section Map", dontExplain<DbiStream>},
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 151 support::little32_t SectionMapSize;

Completed in 62 milliseconds