Home
last modified time | relevance | path

Searched refs:SectionContribs (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp128 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
131 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
371 if (!SectionContribs.empty()) { in commit()
374 if (auto EC = Writer.writeArray(makeArrayRef(SectionContribs))) in commit()
DDbiStream.cpp216 if (!SectionContribs.empty()) { in visitSectionContributions()
218 for (auto &SC : SectionContribs) in visitSectionContributions()
240 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h78 SectionContribs.emplace_back(SC); in addSectionContrib()
125 std::vector<SectionContrib> SectionContribs; variable
DDbiStream.h113 FixedStreamArray<SectionContrib> SectionContribs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp48 return PDB_TableType::SectionContribs; in getTableType()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp261 for (auto &SC : SectionContribs) in visitSectionContributions()
275 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h133 codeview::FixedStreamArray<SectionContrib> SectionContribs; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h88 SectionContribs, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h86 SectionContribs, enumerator