Searched refs:getContributionIndex (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 162 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex() function 226 Entry.Contributions[getContributionIndex(Kind, TUIndex.getVersion())]; in addAllTypesFromDWP() 267 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_EXT_TYPES, 2)]; in addAllTypesFromTypesSection() 722 auto Index = getContributionIndex(Pair.first, IndexVersion); in write() 744 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 758 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 816 ContributionOffsets[getContributionIndex(DW_SECT_EXT_TYPES, 2)], in write() 871 NewEntry.Contributions[getContributionIndex(Kind, IndexVersion)]; in write() 876 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() 913 getContributionIndex(TUSectionKind, IndexVersion); in write() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 72 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
|