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 57 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
59 RelocType = unsigned(macho::RIT_Vanilla);
88 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
95 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
102 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
117 RelocType = unsigned(macho::RIT_ARM_Half);
122 RelocType = unsigned(macho::RIT_ARM_Half);
128 RelocType = unsigned(macho::RIT_ARM_Half);
133 RelocType = unsigned(macho::RIT_ARM_Half);
317 unsigned RelocType = macho::RIT_Vanilla
    [all...]
ARMELFObjectWriter.cpp 79 unsigned RelocType = 0;
80 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
90 << " Rel:" << (unsigned)RelocType
98 switch (RelocType) {
133 switch (RelocType) {
  /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...]

Completed in 3272 milliseconds