Searched refs:getFixupKindLog2Size (Results 1 – 3 of 3) sorted by relevance
80 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()474 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation()511 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
20 static inline unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
52 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in applyFixup()