Searched refs:IsPCRel (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/X86/ |
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 | 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()
|
/external/llvm/lib/Target/ARM/ |
D | ARMMachObjectWriter.cpp | 131 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMMovwMovtRelocation() local 203 (IsPCRel << 30) | in RecordARMMovwMovtRelocation() 214 (IsPCRel << 30) | in RecordARMMovwMovtRelocation() 229 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 265 (IsPCRel << 30) | in RecordARMScatteredRelocation() 275 (IsPCRel << 30) | in RecordARMScatteredRelocation() 288 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local 319 if (IsPCRel && RelocType == macho::RIT_Vanilla) in RecordRelocation() 363 if (IsPCRel) in RecordRelocation() 374 (IsPCRel << 24) | in RecordRelocation()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.h | 147 bool IsPCRel) const; 154 bool IsPCRel) const { in ExplicitRelSym() argument 337 bool IsPCRel) const; 348 bool IsPCRel, bool IsRelocWithSymbol, 363 bool IsPCRel, bool IsRelocWithSymbol, 387 bool IsPCRel) const; 390 bool IsPCRel, bool IsRelocWithSymbol, 394 const MCFixup &Fixup, bool IsPCRel) const; 409 bool IsPCRel, bool IsRelocWithSymbol,
|
D | ELFObjectWriter.cpp | 335 bool IsPCRel) const { in SymbolToReloc() 358 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc() 381 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc() 387 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc() 403 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local 407 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel); in RecordRelocation() 412 IsPCRel = true; in RecordRelocation() 444 unsigned Type = GetRelocType(Target, Fixup, IsPCRel, in RecordRelocation() 1237 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl() 1241 Asm, DataA, FB,InSet, IsPCRel); in IsSymbolRefDifferenceFullyResolvedImpl() [all …]
|
D | MCObjectWriter.cpp | 75 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MCAssembler.cpp | 248 bool IsPCRel = Backend.getFixupKindInfo( in EvaluateFixup() local 252 if (IsPCRel) { in EvaluateFixup() 293 assert((ShouldAlignPC ? IsPCRel : true) && in EvaluateFixup() 296 if (IsPCRel) { in EvaluateFixup()
|
D | MachObjectWriter.cpp | 563 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl() 578 if (IsPCRel) { in IsSymbolRefDifferenceFullyResolvedImpl()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 99 bool IsPCRel) const;
|
D | MCMachObjectWriter.h | 239 bool IsPCRel) const;
|