Searched refs:SecMapEntry (Results 1 – 8 of 8) sorted by relevance
56 void setSectionMap(ArrayRef<SecMapEntry> SecMap);82 static std::vector<SecMapEntry>126 ArrayRef<SecMapEntry> SectionMap;
85 FixedStreamArray<SecMapEntry> getSectionMap() const;115 FixedStreamArray<SecMapEntry> SectionMap;
75 struct SecMapEntry { struct
61 void DbiStreamBuilder::setSectionMap(ArrayRef<SecMapEntry> SecMap) { in setSectionMap()137 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()319 std::vector<SecMapEntry> DbiStreamBuilder::createSectionMap( in createSectionMap()321 std::vector<SecMapEntry> Ret; in createSectionMap()324 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
103 codeview::FixedStreamArray<SecMapEntry> getSectionMap() const;135 codeview::FixedStreamArray<SecMapEntry> SectionMap;
60 struct SecMapEntry { struct
254 codeview::FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()