Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp82 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
109 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
460 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation()
504 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
DX86AsmBackend.cpp38 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
104 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in applyFixup()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp59 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
309 const unsigned Log2Size = getFixupKindLog2Size(FK); in RecordPPCRelocation()