Home
last modified time | relevance | path

Searched refs:getFixupKindLog2Size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp73 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
100 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
462 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation()
498 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kFixupKinds.h20 static inline unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
H A DM68kAsmBackend.cpp52 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in applyFixup()