Searched refs:getContributionIndex (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 159 static unsigned getContributionIndex(DWARFSectionKind Kind, in getContributionIndex() function 223 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP() 264 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_EXT_TYPES, 2)]; in addAllTypesFromTypesSection() 719 auto Index = getContributionIndex(Pair.first, IndexVersion); in write() 741 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 755 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 813 ContributionOffsets[getContributionIndex(DW_SECT_EXT_TYPES, 2)], in write() 868 NewEntry.Contributions[getContributionIndex(Kind, IndexVersion)]; in write() 873 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() 910 getContributionIndex(TUSectionKind, IndexVersion); in write() [all …]
|