Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h33 struct SecMapEntry;
90 FixedStreamArray<SecMapEntry> getSectionMap() const;
124 FixedStreamArray<SecMapEntry> SectionMap;
H A DDbiStreamBuilder.h131 std::vector<SecMapEntry> SectionMap;
H A DRawTypes.h74 struct SecMapEntry { struct
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp151 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()
355 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
H A DDbiStream.cpp217 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()