Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h56 void setSectionMap(ArrayRef<SecMapEntry> SecMap);
82 static std::vector<SecMapEntry>
126 ArrayRef<SecMapEntry> SectionMap;
DDbiStream.h85 FixedStreamArray<SecMapEntry> getSectionMap() const;
115 FixedStreamArray<SecMapEntry> SectionMap;
DRawTypes.h75 struct SecMapEntry { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp61 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()
DDbiStream.cpp210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h103 codeview::FixedStreamArray<SecMapEntry> getSectionMap() const;
135 codeview::FixedStreamArray<SecMapEntry> SectionMap;
DRawTypes.h60 struct SecMapEntry { struct
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp254 codeview::FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()