Searched refs:getContributionIndex (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 160 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex() function 202 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP() 228 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_EXT_TYPES, 2)]; in addAllTypesFromTypesSection() 633 auto Index = getContributionIndex(Pair.first, IndexVersion); in write() 640 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 654 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 700 ContributionOffsets[getContributionIndex(DW_SECT_EXT_TYPES, 2)]); in write() 751 NewEntry.Contributions[getContributionIndex(Kind, IndexVersion)]; in write() 756 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() 793 getContributionIndex(TUSectionKind, IndexVersion); in write() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 65 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1480 getContributionIndex(SectionIter->second.second, IndexVersion); in writeDWP() 1508 getContributionIndex(DW_SECT_EXT_TYPES, IndexVersion); in writeDWP() 1532 ContributionOffsets[getContributionIndex(DW_SECT_EXT_TYPES, 2)] = 0; in writeDWP()
|