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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 48 unsigned RelocType, const MCSymbolData *SD,
64 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
66 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
99 RelocType = unsigned(MachO::ARM_RELOC_BR24);
106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
113 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
127 RelocType = unsigned(MachO::ARM_RELOC_HALF);
131 RelocType = unsigned(MachO::ARM_RELOC_HALF);
136 RelocType = unsigned(MachO::ARM_RELOC_HALF);
140 RelocType = unsigned(MachO::ARM_RELOC_HALF)
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
318 RelocType != MachO::PPC_RELOC_BR24 &&
319 RelocType != MachO::PPC_RELOC_BR14) {
335 unsigned Type = RelocType;
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 425 unsigned RelocType = Is64BitMode ?
435 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
438 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
440 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 683 uint64_t RelocType;
689 if (error(Reloc.getType(RelocType)))
702 W.printNumber("Type", RelocName, RelocType);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 558 uint32_t RelocType = MachO->getAnyRelocationType(RE);
602 RelocationEntry R(SectionID, Offset, RelocType, 0,
623 uint32_t RelocType = MachO->getAnyRelocationType(RE);
645 RelocationEntry R(SectionID, Offset, RelocType, Addend,

Completed in 382 milliseconds