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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
WasmDumper.cpp 79 uint64_t RelocType = Reloc.getType();
89 switch (RelocType) {
102 W.printNumber("Type", RelocTypeName, RelocType);
COFFDumper.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 236 uint32_t RelocType = MachO.getAnyRelocationType(RE);
286 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOI386.h 153 uint32_t RelocType = Obj.getAnyRelocationType(RE);
200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 153 uint32_t RelocType = Obj.getAnyRelocationType(RE);
200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOARM.h 357 uint32_t RelocType = MachO.getAnyRelocationType(RE);
414 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 64 uint32_t RelocType = Obj.getAnyRelocationType(RE);
86 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 66 uint32_t RelocType = Obj.getAnyRelocationType(RE);
88 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 345 milliseconds