Searched refs:RelocType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp47 unsigned RelocType, const MCSymbolData *SD,
63 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, argument
65 RelocType = unsigned(macho::RIT_Vanilla);
94 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
101 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
108 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
123 RelocType = unsigned(macho::RIT_ARM_Half);
128 RelocType = unsigned(macho::RIT_ARM_Half);
134 RelocType = unsigned(macho::RIT_ARM_Half);
139 RelocType
314 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbolData *SD, uint64_t FixedValue) argument
363 unsigned RelocType = macho::RIT_Vanilla; local
[all...]
H A DARMELFObjectWriter.cpp79 unsigned RelocType = 0; local
80 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
90 << " Rel:" << (unsigned)RelocType
98 switch (RelocType) {
133 switch (RelocType) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CodeEmitter.cpp424 unsigned RelocType = Is64BitMode ?
434 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
437 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType); local
439 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
443 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);

Completed in 114 milliseconds