Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp81 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
415 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation()
459 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
DX86AsmBackend.cpp38 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
92 unsigned Size = 1 << getFixupKindLog2Size(Fixup.getKind()); in ApplyFixup()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp81 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
476 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation()
515 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
DX86AsmBackend.cpp32 static unsigned getFixupKindLog2Size(unsigned Kind) { in getFixupKindLog2Size() function
113 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()