Searched refs:SecMapEntry (Results 1 – 6 of 6) sorted by relevance
61 void setSectionMap(ArrayRef<SecMapEntry> SecMap);89 static std::vector<SecMapEntry>137 ArrayRef<SecMapEntry> SectionMap;
85 FixedStreamArray<SecMapEntry> getSectionMap() const;115 FixedStreamArray<SecMapEntry> SectionMap;
75 struct SecMapEntry { struct
62 void DbiStreamBuilder::setSectionMap(ArrayRef<SecMapEntry> SecMap) { in setSectionMap()155 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()357 std::vector<SecMapEntry> DbiStreamBuilder::createSectionMap( in createSectionMap()359 std::vector<SecMapEntry> Ret; in createSectionMap()362 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
214 std::vector<pdb::SecMapEntry> SectionMap;