Home
last modified time | relevance | path

Searched refs:needsRelocation (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstant.h113 bool needsRelocation() const;
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h106 bool needsRelocation() const;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h184 return !C->needsRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3088 Init->needsRelocation()) in promoteToConstantPool()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp919 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
922 return Val.ConstVal->needsRelocation(); in needsRelocation()
927 if (needsRelocation()) in getSectionKind()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp183 if (!C->needsRelocation()) { in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp489 bool Constant::needsRelocation() const { in needsRelocation() function in Constant
494 return BA->getFunction()->needsRelocation(); in needsRelocation()
515 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()