Home
last modified time | relevance | path

Searched refs:isPCRelative (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h75 static bool isPCRelative(uint64_t Type);
108 bool isPCRelative() const { return isPCRelative(Type); } in isPCRelative() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp119 if (Relocation->isPCRelative()) in tryAddingSymbolicOperand()
123 BC.handleAddressRef(SymbolValue, Function, Relocation->isPCRelative()); in tryAddingSymbolicOperand()
128 if (Relocation->isPCRelative()) in tryAddingSymbolicOperand()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp134 bool isPCRelative() const { in isPCRelative() function
435 if (AM.isPCRelative()) { in matchAddressRecursively()
688 if (AM.isPCRelative()) { in SelectARID()
751 if (AM.isPCRelative()) { in SelectARII()
803 if (AM.isPCRelative()) { in SelectAL()
841 if (!AM.isPCRelative()) { in SelectPCD()
870 if (!AM.isPCRelative()) { in SelectPCI()
903 if (AM.isPCRelative()) { in SelectARI()
/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp283 if (Relocation::isPCRelative(Type)) in extractValueX86()
621 bool Relocation::isPCRelative(uint64_t Type) { in isPCRelative() function in Relocation
630 if (isPCRelative(Type)) { in emit()
H A DBinaryFunction.cpp1525 if (Relocation.isPCRelative() && BC.isX86()) in scanExternalRefs()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1868 const bool IsPCRelative = Relocation::isPCRelative(RType); in analyzeRelocation()
2417 if (!IsAArch64 && Relocation::isPCRelative(RType)) { in readRelocations()
2493 if (IsToCode && ContainingBF && !Relocation::isPCRelative(RType) && in readRelocations()
2503 !Relocation::isPCRelative(Rel.Type)) { in readRelocations()