Home
last modified time | relevance | path

Searched refs:IsPCRel (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp29 bool IsPCRel) const;
38 bool IsPCRel, bool IsRelocWithSymbol,
45 bool IsPCRel) const;
72 bool IsPCRel) const { in ExplicitRelSym()
80 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel); in ExplicitRelSym()
97 if (IsPCRel) { ++PCRelCount; in ExplicitRelSym()
152 bool IsPCRel, in GetRelocType() argument
155 return GetRelocTypeInner(Target, Fixup, IsPCRel); in GetRelocType()
160 bool IsPCRel) const { in GetRelocTypeInner()
165 if (IsPCRel) { in GetRelocTypeInner()
DARMMachObjectWriter.cpp148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local
228 (IsPCRel << 30) | in RecordARMScatteredHalfRelocation()
239 (IsPCRel << 30) | in RecordARMScatteredHalfRelocation()
254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local
292 (IsPCRel << 30) | in RecordARMScatteredRelocation()
302 (IsPCRel << 30) | in RecordARMScatteredRelocation()
315 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
348 if (IsPCRel && RelocType == macho::RIT_Vanilla) in RecordRelocation()
392 if (IsPCRel) in RecordRelocation()
403 (IsPCRel << 24) | in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
122 if (IsPCRel) { in RecordX86_64Relocation()
140 if (IsPCRel) { in RecordX86_64Relocation()
160 if (IsPCRel) in RecordX86_64Relocation()
194 (IsPCRel << 24) | in RecordX86_64Relocation()
241 if (IsPCRel) in RecordX86_64Relocation()
261 if (IsPCRel) { in RecordX86_64Relocation()
314 IsPCRel = 1; in RecordX86_64Relocation()
331 (IsPCRel << 24) | in RecordX86_64Relocation()
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local
[all …]
DX86ELFObjectWriter.cpp28 bool IsPCRel, bool IsRelocWithSymbol,
43 bool IsPCRel, in GetRelocType() argument
52 if (IsPCRel) { in GetRelocType()
134 if (IsPCRel) { in GetRelocType()
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeELFObjectWriter.cpp25 bool IsPCRel, bool IsRelocWithSymbol,
39 bool IsPCRel, in GetRelocType() argument
44 if (IsPCRel) { in GetRelocType()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp25 bool IsPCRel, bool IsRelocWithSymbol,
41 bool IsPCRel, in GetRelocType() argument
46 if (IsPCRel) { in GetRelocType()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp42 bool IsPCRel, bool IsRelocWithSymbol,
49 bool IsPCRel) const;
78 bool IsPCRel) const { in ExplicitRelSym()
91 bool IsPCRel, in GetRelocType() argument
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h78 bool IsPCRel, bool IsRelocWithSymbol,
85 bool IsPCRel) const;
DMCObjectWriter.h96 bool IsPCRel) const;
DMCMachObjectWriter.h239 bool IsPCRel) const;
/external/llvm/lib/MC/
DELFObjectWriter.cpp126 bool IsPCRel) const;
133 bool IsPCRel) const { in ExplicitRelSym()
134 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in ExplicitRelSym()
145 bool IsPCRel, bool IsRelocWithSymbol, in GetRelocType() argument
147 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel, in GetRelocType()
328 bool IsPCRel) const;
632 bool IsPCRel) const { in SymbolToReloc()
655 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
678 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
684 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
[all …]
DMCELFObjectTargetWriter.cpp32 bool IsPCRel) const { in ExplicitRelSym()
DMCObjectWriter.cpp85 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl()
DMCAssembler.cpp254 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local
258 if (IsPCRel) { in evaluateFixup()
296 assert((ShouldAlignPC ? IsPCRel : true) && in evaluateFixup()
299 if (IsPCRel) { in evaluateFixup()
DMachObjectWriter.cpp563 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl()
578 if (IsPCRel) { in IsSymbolRefDifferenceFullyResolvedImpl()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp91 intptr_t Adj = 0, bool IsPCRel = true);
404 bool IsPCRel /* = true */) { in emitDisplacementField() argument
415 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext) in emitDisplacementField()
486 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false; in emitMemModRMByte() local
530 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel); in emitMemModRMByte()
588 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel); in emitMemModRMByte()