Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp81 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
105 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
448 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation()
489 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
DX86AsmBackend.cpp37 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
110 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in applyFixup()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp59 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
309 const unsigned Log2Size = getFixupKindLog2Size(FK); in RecordPPCRelocation()