Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h139 bool needsRelocation() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h102 bool needsRelocation() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 if (!C->needsRelocation()) { in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1386 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
1394 if (needsRelocation()) in getSectionKind()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp638 bool Constant::needsRelocation() const { in needsRelocation() function in Constant