Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h88 FixedStreamArray<SecMapEntry> getSectionMap() const;
122 FixedStreamArray<SecMapEntry> SectionMap;
H A DDbiStreamBuilder.h134 std::vector<SecMapEntry> SectionMap;
H A DRawTypes.h74 struct SecMapEntry { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp151 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()
357 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
H A DDbiStream.cpp219 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()