Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp145 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
148 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
408 if (!SectionContribs.empty()) { in commit()
411 if (auto EC = Writer.writeArray(makeArrayRef(SectionContribs))) in commit()
DDbiStream.cpp225 if (!SectionContribs.empty()) { in visitSectionContributions()
227 for (auto &SC : SectionContribs) in visitSectionContributions()
249 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp141 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
144 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
401 if (!SectionContribs.empty()) { in commit()
404 if (auto EC = Writer.writeArray(makeArrayRef(SectionContribs))) in commit()
DDbiStream.cpp225 if (!SectionContribs.empty()) { in visitSectionContributions()
227 for (auto &SC : SectionContribs) in visitSectionContributions()
249 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h84 SectionContribs.emplace_back(SC); in addSectionContrib()
135 std::vector<SectionContrib> SectionContribs; variable
DDbiStream.h120 FixedStreamArray<SectionContrib> SectionContribs; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h83 SectionContribs.emplace_back(SC); in addSectionContrib()
133 std::vector<SectionContrib> SectionContribs; variable
DDbiStream.h120 FixedStreamArray<SectionContrib> SectionContribs; variable
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp36 return PDB_TableType::SectionContribs; in getTableType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp36 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-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h89 SectionContribs, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h91 SectionContribs, enumerator