Home
last modified time | relevance | path

Searched refs:isPCRel (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp80 } else if (Fixup.getKind() == FK_Data_4 && !Fixup.isPCRel()) { in applyFixup()
84 } else if (Fixup.getKind() == FK_Data_4 && Fixup.isPCRel()) { in applyFixup()
99 assert(Fixup.getKind() == FK_Data_2 && Fixup.isPCRel()); in applyFixup()
H A DBPFELFObjectWriter.cpp51 if (Fixup.isPCRel()) // CALL instruction in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp147 unsigned IsPCRel = Fixup.isPCRel(); in recordARMScatteredHalfRelocation()
254 unsigned IsPCRel = Fixup.isPCRel(); in recordARMScatteredRelocation()
361 unsigned IsPCRel = Fixup.isPCRel(); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h103 bool isPCRel() const { return PCRel; } in isPCRel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp102 unsigned IsPCRel = Fixup.isPCRel(); in RecordX86_64Relocation()
353 unsigned IsPCRel = Fixup.isPCRel(); in recordScatteredRelocation()
483 unsigned IsPCRel = Fixup.isPCRel(); in RecordX86Relocation()
H A DX86WinCOFFObjectWriter.cpp48 bool PCRel = Fixup.isPCRel(); in getRelocType()
H A DX86AsmBackend.cpp688 if (Fixup.isPCRel()) { in evaluateFixup()
730 if (IsResolved && Fixup.isPCRel()) { in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp51 bool PCRel = Fixup.isPCRel(); in getRelocType()
H A DAArch64MachObjectWriter.cpp150 unsigned IsPCRel = Fixup.isPCRel(); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td105 class isPCRel { bit PCRel = 1; }
121 bit PCRel = 0; // Default value, set by isPCRel.
265 !strconcat(asmstr, ", 1"), itin, []>, isPCRel;
595 isPCRel;
600 asmstr_pcext, itin, []>, isPCRel;
612 isPCRel;
617 asmstr_pcext, itin, []>, isPCRel;
629 isPCRel;
634 asmstr_pcext, itin, []>, isPCRel;
920 isPCRel;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp580 static bool isPCRel(unsigned Kind) { in isPCRel() function
725 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp861 if (IsResolved && Fixup.isPCRel()) in addReloc()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp175 if (Fixup.isPCRel()) { in evaluateFixup()
H A DELFObjectWriter.cpp1338 bool IsPCRel = Fixup.isPCRel(); in recordRelocation()
H A DXCOFFObjectWriter.cpp691 Target, Fixup, Fixup.isPCRel()); in recordRelocation()
H A DWasmObjectWriter.cpp481 assert(!Fixup.isPCRel()); in recordRelocation()
H A DMCAsmStreamer.cpp2419 if (F.isPCRel() && StringRef(Info.Name).starts_with("FK_Data_")) in AddEncodingComment()