Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h138 bool needsRelocation() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h102 bool needsRelocation() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp252 if (!C->needsRelocation()) { in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1119 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
1127 if (needsRelocation()) in getSectionKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp664 bool Constant::needsRelocation() const { in needsRelocation() function in Constant