HomeSort by relevance Sort by last modified time
    Searched refs:IsPCRel (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeELFObjectWriter.cpp 25 bool IsPCRel, bool IsRelocWithSymbol,
39 bool IsPCRel,
44 if (IsPCRel) {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 25 bool IsPCRel, bool IsRelocWithSymbol,
41 bool IsPCRel,
46 if (IsPCRel) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 29 bool IsPCRel) const;
38 bool IsPCRel, bool IsRelocWithSymbol,
45 bool IsPCRel) const;
72 bool IsPCRel) const {
80 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
97 if (IsPCRel) { ++PCRelCount;
152 bool IsPCRel,
155 return GetRelocTypeInner(Target, Fixup, IsPCRel);
160 bool IsPCRel) const {
165 if (IsPCRel) {
    [all...]
ARMMachObjectWriter.cpp 148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
228 (IsPCRel << 30) |
239 (IsPCRel << 30) |
254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
292 (IsPCRel << 30) |
302 (IsPCRel << 30) |
315 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
348 if (IsPCRel && RelocType == macho::RIT_Vanilla)
392 if (IsPCRel)
403 (IsPCRel << 24)
    [all...]
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 32 bool IsPCRel) const {
MCObjectWriter.cpp 85 bool IsPCRel) const {
ELFObjectWriter.cpp 126 bool IsPCRel) const;
133 bool IsPCRel) const {
134 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
145 bool IsPCRel, bool IsRelocWithSymbol,
147 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
328 bool IsPCRel) const;
632 bool IsPCRel) const {
655 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
678 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
684 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
    [all...]
MCAssembler.cpp 254 bool IsPCRel = Backend.getFixupKindInfo(
258 if (IsPCRel) {
296 assert((ShouldAlignPC ? IsPCRel : true) &&
299 if (IsPCRel) {
MachObjectWriter.cpp 563 bool IsPCRel) const {
578 if (IsPCRel) {
600 // For Darwin x86_64, there is one special case when the reference IsPCRel.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
122 if (IsPCRel) {
140 if (IsPCRel) {
160 if (IsPCRel)
194 (IsPCRel << 24) |
241 if (IsPCRel)
261 if (IsPCRel) {
314 IsPCRel = 1;
331 (IsPCRel << 24) |
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind())
    [all...]
X86ELFObjectWriter.cpp 28 bool IsPCRel, bool IsRelocWithSymbol,
43 bool IsPCRel,
52 if (IsPCRel) {
134 if (IsPCRel) {
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 78 bool IsPCRel, bool IsRelocWithSymbol,
85 bool IsPCRel) const;
MCObjectWriter.h 96 bool IsPCRel) const;
MCMachObjectWriter.h 239 bool IsPCRel) const;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 42 bool IsPCRel, bool IsRelocWithSymbol,
49 bool IsPCRel) const;
78 bool IsPCRel) const {
91 bool IsPCRel,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 91 intptr_t Adj = 0, bool IsPCRel = true);
404 bool IsPCRel /* = true */) {
415 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
420 // do it, otherwise fallback to absolute (this is determined by IsPCRel).
486 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false;
530 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
588 emitDisplacementField(DispForReloc, DispVal, PCAdj, IsPCRel);
    [all...]

Completed in 759 milliseconds