Searched defs:IsPCRel (Results 1 - 10 of 10) sorted by relevance

/external/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
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeELFObjectWriter.cpp25 bool IsPCRel, bool IsRelocWithSymbol,
39 bool IsPCRel,
44 if (IsPCRel) {
37 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp28 bool IsPCRel, bool IsRelocWithSymbol,
44 bool IsPCRel,
53 if (IsPCRel) {
135 if (IsPCRel) {
42 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
H A DX86MachObjectWriter.cpp108 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
124 if (IsPCRel) {
142 if (IsPCRel) {
162 if (IsPCRel)
196 (IsPCRel << 24) |
243 if (IsPCRel)
263 if (IsPCRel) {
316 IsPCRel = 1;
333 (IsPCRel << 24) |
349 unsigned IsPCRel local
443 unsigned IsPCRel = 0; local
484 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]
/external/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.cpp155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
235 (IsPCRel << 30) |
246 (IsPCRel << 30) |
261 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
299 (IsPCRel << 30) |
309 (IsPCRel << 30) |
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); local
395 if (IsPCRel && RelocType == macho::RIT_Vanilla)
440 if (IsPCRel)
451 (IsPCRel << 2
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp29 bool IsPCRel) const;
31 bool IsPCRel, bool IsRelocWithSymbol,
35 bool IsPCRel) const;
66 bool IsPCRel) const
73 if (IsPCRel) {
225 bool IsPCRel,
228 return getRelocTypeInner(Target, Fixup, IsPCRel);
233 bool IsPCRel) const {
237 unsigned RelocType = getRelocTypeInner(Target, Fixup, IsPCRel);
223 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
/external/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
/external/llvm/lib/MC/
H A DMCAssembler.cpp339 bool IsPCRel = Backend.getFixupKindInfo( local
343 if (IsPCRel) {
381 assert((ShouldAlignPC ? IsPCRel : true) &&
384 if (IsPCRel) {
H A DELFObjectWriter.cpp125 bool IsPCRel) const;
132 bool IsPCRel) const {
133 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
137 bool IsPCRel) const {
139 IsPCRel);
147 bool IsPCRel, bool IsRelocWithSymbol,
149 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
331 bool IsPCRel) const;
641 bool IsPCRel) const {
650 return undefinedExplicitRelSym(Target, Fixup, IsPCRel);
146 GetRelocType(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel, bool IsRelocWithSymbol, int64_t Addend) const argument
709 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); local
[all...]

Completed in 193 milliseconds