Searched refs:isPCRel (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 80 } 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 D | BPFELFObjectWriter.cpp | 51 if (Fixup.isPCRel()) // CALL instruction in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 147 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 D | MCFixup.h | 103 bool isPCRel() const { return PCRel; } in isPCRel() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 102 unsigned IsPCRel = Fixup.isPCRel(); in RecordX86_64Relocation() 353 unsigned IsPCRel = Fixup.isPCRel(); in recordScatteredRelocation() 483 unsigned IsPCRel = Fixup.isPCRel(); in RecordX86Relocation()
|
| H A D | X86WinCOFFObjectWriter.cpp | 48 bool PCRel = Fixup.isPCRel(); in getRelocType()
|
| H A D | X86AsmBackend.cpp | 688 if (Fixup.isPCRel()) { in evaluateFixup() 730 if (IsResolved && Fixup.isPCRel()) { in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFObjectWriter.cpp | 51 bool PCRel = Fixup.isPCRel(); in getRelocType()
|
| H A D | AArch64MachObjectWriter.cpp | 150 unsigned IsPCRel = Fixup.isPCRel(); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrP10.td | 105 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 D | HexagonMCCodeEmitter.cpp | 580 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 D | RISCVAsmBackend.cpp | 861 if (IsResolved && Fixup.isPCRel()) in addReloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 175 if (Fixup.isPCRel()) { in evaluateFixup()
|
| H A D | ELFObjectWriter.cpp | 1338 bool IsPCRel = Fixup.isPCRel(); in recordRelocation()
|
| H A D | XCOFFObjectWriter.cpp | 691 Target, Fixup, Fixup.isPCRel()); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 481 assert(!Fixup.isPCRel()); in recordRelocation()
|
| H A D | MCAsmStreamer.cpp | 2419 if (F.isPCRel() && StringRef(Info.Name).starts_with("FK_Data_")) in AddEncodingComment()
|