HomeSort by relevance Sort by last modified time
    Searched refs:IsPCRel (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 29 bool IsPCRel) const override;
48 bool &IsPCRel) {
54 IsPCRel = true;
59 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel)
64 IsPCRel = true;
81 X86_64RelType Type, bool IsPCRel) {
88 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64;
90 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32;
94 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16;
96 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8
    [all...]
X86MachObjectWriter.cpp 101 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
118 if (IsPCRel) {
135 if (IsPCRel) {
160 if (IsPCRel) {
204 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
245 if (IsPCRel)
269 if (IsPCRel) {
327 IsPCRel = 1;
355 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
370 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFELFObjectWriter.cpp 26 bool IsPCRel) const override;
38 bool IsPCRel) const {
48 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64;
50 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32;
BPFAsmBackend.cpp 35 uint64_t Value, bool IsPCRel) const override;
67 bool IsPCRel) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp 28 bool IsPCRel) const override;
111 bool IsPCRel) const {
116 if (IsPCRel)
121 assert(!IsPCRel && "NTPOFF shouldn't be PC-relative");
125 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
130 assert(!IsPCRel && "DTPOFF shouldn't be PC-relative");
134 assert(!IsPCRel && "TLSLDM shouldn't be PC-relative");
138 assert(!IsPCRel && "TLSGD shouldn't be PC-relative");
142 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
147 assert(IsPCRel && "@PLT shouldt be PC-relative")
    [all...]
SystemZMCAsmBackend.cpp 52 uint64_t Value, bool IsPCRel) const override;
89 bool IsPCRel) const {
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 29 bool IsPCRel) const override;
43 bool IsPCRel) const {
WebAssemblyAsmBackend.cpp 39 uint64_t Value, bool IsPCRel) const override;
74 bool IsPCRel) const {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 24 bool IsPCRel) const override {
AMDGPUAsmBackend.cpp 34 MCValue Target, bool &IsPCRel,
50 uint64_t Value, bool IsPCRel) const override;
91 bool IsPCRel) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 86 const bool IsPCRel) {
92 if (IsPCRel) { // relative to PC
148 const unsigned IsPCRel, const unsigned Log2Size,
157 (IsPCRel << 7) | // was << 24
166 const unsigned Log2Size, const unsigned IsPCRel,
171 (IsPCRel << 30) | MachO::R_SCATTERED);
198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
199 const unsigned Type = getRelocType(Target, FK, IsPCRel);
281 Log2Size, IsPCRel, Value2);
295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value)
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
162 if (IsPCRel)
204 if (IsPCRel) {
228 IsPCRel = 1;
231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
243 if (IsPCRel) {
288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
368 if (IsPCRel)
400 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
407 IsPCRel = 0
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 48 unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, bool IsPCRel,
53 uint64_t Value, bool IsPCRel) const override;
ARMELFObjectWriter.cpp 29 bool IsPCRel) const;
38 bool IsPCRel) const override;
72 bool IsPCRel) const {
73 return GetRelocTypeInner(Target, Fixup, IsPCRel);
78 bool IsPCRel) const {
82 if (IsPCRel) {
ARMMachObjectWriter.cpp 147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
226 (IsPCRel << 30) |
237 (IsPCRel << 30) |
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
294 (IsPCRel << 30) |
304 (IsPCRel << 30) |
354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
390 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)
434 if (IsPCRel)
445 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28)
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 48 bool InSet, bool IsPCRel) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 153 bool IsPCRel;
160 SymOffset(0), IsPCRel(false), Size(0) {}
165 SymOffset(symoffset), IsPCRel(false), Size(0) {}
168 bool IsPCRel, unsigned Size)
170 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
174 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
RuntimeDyldMachO.h 73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
79 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 33 bool IsPCRel) const override;
43 bool IsPCRel) const {
50 if (IsPCRel) {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 91 uint64_t Value, bool IsPCRel) const = 0;
MCObjectWriter.h 87 bool &IsPCRel, uint64_t &FixedValue) = 0;
108 bool IsPCRel) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 64 // if (IsExtern && RE.IsPCRel) {
69 if (RE.IsPCRel)
88 if (RE.IsPCRel) {
138 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
178 IsPCRel, Size);
RuntimeDyldMachOARM.h 78 if (RE.IsPCRel)
101 if (RE.IsPCRel) {
200 RE.IsPCRel, RE.Size);
224 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
266 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
RuntimeDyldMachOAArch64.h 285 if (!IsExtern && RE.IsPCRel)
315 assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_UNSIGNED not supported");
325 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_BRANCH26 not supported");
334 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_PAGE21 not supported");
344 assert(!RE.IsPCRel && "PCRel and ARM64_RELOC_PAGEOFF21 not supported");
389 /*IsPCRel=*/false, /*Size=*/3);
398 RE.IsPCRel, RE.Size);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 42 uint64_t Value, bool IsPCRel) const override;

Completed in 392 milliseconds

1 2