/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 29 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()
|
D | ARMMachObjectWriter.cpp | 148 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/ |
D | X86MachObjectWriter.cpp | 106 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 …]
|
D | X86ELFObjectWriter.cpp | 28 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/ |
D | MBlazeELFObjectWriter.cpp | 25 bool IsPCRel, bool IsRelocWithSymbol, 39 bool IsPCRel, in GetRelocType() argument 44 if (IsPCRel) { in GetRelocType()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 25 bool IsPCRel, bool IsRelocWithSymbol, 41 bool IsPCRel, in GetRelocType() argument 46 if (IsPCRel) { in GetRelocType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 42 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/ |
D | MCELFObjectWriter.h | 78 bool IsPCRel, bool IsRelocWithSymbol, 85 bool IsPCRel) const;
|
D | MCObjectWriter.h | 96 bool IsPCRel) const;
|
D | MCMachObjectWriter.h | 239 bool IsPCRel) const;
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 126 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 …]
|
D | MCELFObjectTargetWriter.cpp | 32 bool IsPCRel) const { in ExplicitRelSym()
|
D | MCObjectWriter.cpp | 85 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MCAssembler.cpp | 254 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local 258 if (IsPCRel) { in evaluateFixup() 296 assert((ShouldAlignPC ? IsPCRel : true) && in evaluateFixup() 299 if (IsPCRel) { in evaluateFixup()
|
D | MachObjectWriter.cpp | 563 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl() 578 if (IsPCRel) { in IsSymbolRefDifferenceFullyResolvedImpl()
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 91 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()
|