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

1 2 3 4

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 31 const MCFixup &Fixup, bool IsPCRel) const override;
50 bool &IsPCRel) {
56 IsPCRel = true;
62 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel)
67 IsPCRel = true;
93 X86_64RelType Type, bool IsPCRel,
101 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64;
103 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32;
107 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16;
109 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8
    [all...]
X86MachObjectWriter.cpp 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
123 if (IsPCRel) {
140 if (IsPCRel) {
165 if (IsPCRel) {
209 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
250 if (IsPCRel)
274 if (IsPCRel) {
332 IsPCRel = 1;
360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
375 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFELFObjectWriter.cpp 26 const MCFixup &Fixup, 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;
68 bool IsPCRel) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp 28 const MCFixup &Fixup, bool IsPCRel) const override;
112 bool IsPCRel) const {
117 if (IsPCRel)
122 assert(!IsPCRel && "NTPOFF shouldn't be PC-relative");
126 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
131 assert(!IsPCRel && "DTPOFF shouldn't be PC-relative");
135 assert(!IsPCRel && "TLSLDM shouldn't be PC-relative");
139 assert(!IsPCRel && "TLSGD shouldn't be PC-relative");
143 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
148 assert(IsPCRel && "@PLT shouldt be PC-relative")
    [all...]
SystemZMCAsmBackend.cpp 52 uint64_t Value, bool IsPCRel) const override;
90 bool IsPCRel) const {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 24 const MCFixup &Fixup, bool IsPCRel) const override;
40 bool IsPCRel) const {
AMDGPUAsmBackend.cpp 34 MCValue Target, bool &IsPCRel,
50 uint64_t Value, bool IsPCRel) const override;
97 bool IsPCRel) const {
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 29 const MCFixup &Fixup, bool IsPCRel) const override;
41 bool IsPCRel) const {
WebAssemblyAsmBackend.cpp 39 uint64_t Value, bool IsPCRel) const override;
75 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 const MCFixup &Fixup, 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)
435 if (IsPCRel)
446 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28)
    [all...]
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 29 const MCFixup &Fixup, bool IsPCRel) const override;
44 bool IsPCRel) const {
LanaiAsmBackend.cpp 53 uint64_t Value, bool IsPCRel) const override;
90 bool IsPCRel) const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 130 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
202 (IsPCRel << 30) |
213 (IsPCRel << 30) |
228 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
264 (IsPCRel << 30) |
274 (IsPCRel << 30) |
287 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
318 if (IsPCRel && RelocType == macho::RIT_Vanilla)
362 if (IsPCRel)
373 (IsPCRel << 24)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
122 if (IsPCRel) {
140 if (IsPCRel) {
160 if (IsPCRel)
194 (IsPCRel << 24) |
241 if (IsPCRel)
261 if (IsPCRel) {
314 IsPCRel = 1;
331 (IsPCRel << 24) |
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 48 bool InSet, bool IsPCRel) const {
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 147 bool IsPCRel) const;
154 bool IsPCRel) const {
337 bool IsPCRel) const;
348 bool IsPCRel, bool IsRelocWithSymbol,
364 bool IsPCRel, bool IsRelocWithSymbol,
388 bool IsPCRel) const;
391 bool IsPCRel, bool IsRelocWithSymbol,
395 const MCFixup &Fixup, bool IsPCRel) const;
410 bool IsPCRel, bool IsRelocWithSymbol,
426 bool IsPCRel, bool IsRelocWithSymbol
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 147 bool IsPCRel;
154 SymOffset(0), IsPCRel(false), Size(0) {}
159 SymOffset(symoffset), IsPCRel(false), Size(0) {}
162 bool IsPCRel, unsigned Size)
164 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
168 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
170 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 const MCFixup &Fixup, bool IsPCRel) const override;
44 bool IsPCRel) const {
51 if (IsPCRel) {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 77 uint64_t Value, bool IsPCRel) const = 0;

Completed in 547 milliseconds

1 2 3 4