HomeSort by relevance Sort by last modified time
    Searched refs:RelocType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 55 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
57 RelocType = unsigned(macho::RIT_Vanilla);
83 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
90 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
97 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
105 RelocType = unsigned(macho::RIT_ARM_HalfDifference);
114 RelocType = unsigned(macho::RIT_ARM_Half);
289 unsigned RelocType = macho::RIT_Vanilla;
290 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) {
299 if (RelocType == macho::RIT_ARM_Half |
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 414 unsigned RelocType = Is64BitMode ?
424 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
427 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
429 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
433 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 370 milliseconds