Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h138 bool needsRelocation() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h102 bool needsRelocation() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 if (!C->needsRelocation()) { in getKindForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1358 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
1366 if (needsRelocation()) in getSectionKind()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp625 bool Constant::needsRelocation() const { in needsRelocation() function in Constant