Searched refs:SecMapEntry (Results 1 – 6 of 6) sorted by relevance
60 void setSectionMap(ArrayRef<SecMapEntry> SecMap);88 static std::vector<SecMapEntry>136 ArrayRef<SecMapEntry> SectionMap;
88 FixedStreamArray<SecMapEntry> getSectionMap() const;122 FixedStreamArray<SecMapEntry> SectionMap;
74 struct SecMapEntry { struct
61 void DbiStreamBuilder::setSectionMap(ArrayRef<SecMapEntry> SecMap) { in setSectionMap()154 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()356 std::vector<SecMapEntry> DbiStreamBuilder::createSectionMap( in createSectionMap()358 std::vector<SecMapEntry> Ret; in createSectionMap()361 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
219 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
181 std::vector<pdb::SecMapEntry> sectionMap;