HomeSort by relevance Sort by last modified time
    Searched refs:RelocType (Results 1 - 8 of 8) 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/include/llvm/Object/
RelocVisitor.h 49 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
52 switch (RelocType) {
68 switch (RelocType) {
80 switch (RelocType) {
90 switch (RelocType) {
98 switch (RelocType) {
106 switch (RelocType) {
116 switch (RelocType) {
126 switch (RelocType) {
136 switch (RelocType) {
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 27 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
97 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
100 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21)
    [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/Object/
COFFYAML.cpp 280 template <typename RelocType>
282 NType(IO &) : Type(RelocType(0)) {}
283 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
285 RelocType Type;
  /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,
  /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/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...]

Completed in 226 milliseconds