Searched refs:getFixupKindLog2Size (Results 1 – 3 of 3) sorted by relevance
73 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function100 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()462 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation()498 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()