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

/external/llvm/lib/DebugInfo/PDB/Raw/
H A DDbiStreamBuilder.cpp66 H->SectionMapSize = 0;
H A DDbiStream.cpp120 Header->SecContrSubstreamSize + Header->SectionMapSize +
135 if (Header->SectionMapSize % sizeof(uint32_t) != 0)
157 if (auto EC = Reader.readStreamRef(SecMapSubstream, Header->SectionMapSize))
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DDbiStream.h51 support::little32_t SectionMapSize; // Size of sec. map substream member in struct:llvm::pdb::DbiStream::HeaderInfo

Completed in 232 milliseconds