Searched refs:IsPCRel (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp28 bool IsPCRel, bool IsRelocWithSymbol,
34 bool IsPCRel) const LLVM_OVERRIDE;
90 bool IsPCRel,
99 if (IsPCRel)
104 assert(!IsPCRel && "NTPOFF shouldn't be PC-relative");
108 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL)
113 assert(IsPCRel && "@PLT shouldt be PC-relative");
125 bool IsPCRel) const {
131 IsPCRel)
88 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp23 bool IsPCRel, bool IsRelocWithSymbol,
22 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp87 const bool IsPCRel) {
93 if (IsPCRel) { // relative to PC
149 const unsigned IsPCRel, const unsigned Log2Size,
158 (IsPCRel << 7) | // was << 24
167 const unsigned Log2Size, const unsigned IsPCRel,
172 (IsPCRel << 30) | MachO::R_SCATTERED);
199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
200 const unsigned Type = getRelocType(Target, FK, IsPCRel);
284 Log2Size, IsPCRel, Value2);
298 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Valu
84 getRelocType(const MCValue &Target, const MCFixupKind FixupKind, const bool IsPCRel) argument
147 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
310 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); local
[all...]
H A DPPCELFObjectWriter.cpp29 bool IsPCRel) const;
31 bool IsPCRel, bool IsRelocWithSymbol,
37 bool IsPCRel) const;
40 bool IsPCRel) const;
54 bool IsPCRel) const
61 if (IsPCRel) {
359 bool IsPCRel,
362 return getRelocTypeInner(Target, Fixup, IsPCRel);
369 bool IsPCRel) const {
396 bool IsPCRel) cons
357 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp29 bool IsPCRel) const;
38 bool IsPCRel, bool IsRelocWithSymbol,
44 bool IsPCRel) const;
66 bool IsPCRel) const {
74 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
91 if (IsPCRel) { ++PCRelCount;
147 bool IsPCRel,
150 return GetRelocTypeInner(Target, Fixup, IsPCRel);
155 bool IsPCRel) const {
160 if (IsPCRel) {
145 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
[all...]
H A DARMMachObjectWriter.cpp154 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
234 (IsPCRel << 30) |
245 (IsPCRel << 30) |
260 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
298 (IsPCRel << 30) |
308 (IsPCRel << 30) |
361 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
394 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)
439 if (IsPCRel)
450 (IsPCRel << 2
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp31 bool IsPCRel) const {
37 bool IsPCRel) const {
H A DMCObjectWriter.cpp51 bool IsPCRel) const {
H A DELFObjectWriter.cpp122 bool IsPCRel) const;
129 bool IsPCRel) const {
130 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
134 bool IsPCRel) const {
136 IsPCRel);
144 bool IsPCRel, bool IsRelocWithSymbol,
146 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
328 bool IsPCRel) const;
645 bool IsPCRel) const {
654 return undefinedExplicitRelSym(Target, Fixup, IsPCRel);
143 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
713 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
H A DMCAssembler.cpp363 bool IsPCRel = Backend.getFixupKindInfo( local
367 if (IsPCRel) {
405 assert((ShouldAlignPC ? IsPCRel : true) &&
408 if (IsPCRel) {
H A DMachObjectWriter.cpp662 bool IsPCRel) const {
677 if (IsPCRel) {
699 // For Darwin x86_64, there is one special case when the reference IsPCRel.
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp32 bool IsPCRel, bool IsRelocWithSymbol,
39 bool IsPCRel) const;
46 bool IsPCRel,
55 if (IsPCRel) {
121 bool IsPCRel) const {
44 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
123 if (IsPCRel) {
141 if (IsPCRel) {
165 if (IsPCRel)
206 (IsPCRel << 24) |
253 if (IsPCRel)
273 if (IsPCRel) {
327 IsPCRel = 1;
350 (IsPCRel << 24) |
366 unsigned IsPCRel local
462 unsigned IsPCRel = 0; local
503 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
H A DX86ELFObjectWriter.cpp28 bool IsPCRel, bool IsRelocWithSymbol,
44 bool IsPCRel,
53 if (IsPCRel) {
155 if (IsPCRel) {
42 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h75 bool IsPCRel, bool IsRelocWithSymbol,
81 bool IsPCRel) const;
84 bool IsPCRel) const;
H A DMCObjectWriter.h101 bool IsPCRel) const;
H A DMCMachObjectWriter.h257 bool IsPCRel) const;
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h98 bool IsPCRel; member in class:llvm::RelocationEntry
105 SymOffset(0), IsPCRel(false), Size(0) {}
110 SymOffset(symoffset), IsPCRel(false), Size(0) {}
113 bool IsPCRel, unsigned Size)
115 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
112 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, bool IsPCRel, unsigned Size) argument
H A DRuntimeDyldMachO.cpp136 RE.IsPCRel, RE.Size);
349 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); local
389 assert(IsPCRel);
418 RelType, 0, IsPCRel, Size);
432 RelType, 0, IsPCRel, Size);
437 IsPCRel, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp43 bool IsPCRel, bool IsRelocWithSymbol,
49 bool IsPCRel) const;
67 bool IsPCRel) const {
80 bool IsPCRel,
78 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp32 bool IsPCRel, bool IsRelocWithSymbol,
48 bool IsPCRel,
52 if (IsPCRel) {
46 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp97 intptr_t Adj = 0, bool IsPCRel = true);
417 bool IsPCRel /* = true */) {
428 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
433 // do it, otherwise fallback to absolute (this is determined by IsPCRel).
499 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false;
543 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
601 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp986 bool IsPCRel = this->getAnyRelocationPCRel(RE); local
1093 if (IsPCRel) fmt << "P";

Completed in 158 milliseconds