Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h252 PossibleRelocationsTy getRelocationInfo() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp147 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
270 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
319 RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_x86_64.cpp138 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
262 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachOLinkGraphBuilder.h169 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp620 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
624 return getRelocationInfo() != NoRelocation; in needsRelocation()
627 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
632 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
671 std::max(cast<Constant>(getOperand(i))->getRelocationInfo(), Result); in getRelocationInfo()