Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp79 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
103 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
471 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation()
510 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
DX86AsmBackend.cpp32 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
109 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in applyFixup()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp58 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
306 const unsigned Log2Size = getFixupKindLog2Size(FK); in RecordPPCRelocation()