Home
last modified time | relevance | path

Searched refs:SecMapEntry (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h61 void setSectionMap(ArrayRef<SecMapEntry> SecMap);
89 static std::vector<SecMapEntry>
137 ArrayRef<SecMapEntry> SectionMap;
H A DDbiStream.h85 FixedStreamArray<SecMapEntry> getSectionMap() const;
115 FixedStreamArray<SecMapEntry> SectionMap;
H A DRawTypes.h75 struct SecMapEntry { struct
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp62 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()
H A DDbiStream.cpp210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp214 std::vector<pdb::SecMapEntry> SectionMap;