Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h134 bool needsRelocation() const;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h102 bool needsRelocation() const;
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 if (!C->needsRelocation()) { in getKindForGlobal()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1393 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
1401 if (needsRelocation()) in getSectionKind()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp617 bool Constant::needsRelocation() const { in needsRelocation() function in Constant