Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstant.h257 PossibleRelocationsTy getRelocationInfo() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachO_arm64.cpp148 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
271 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
320 RI = getRelocationInfo(RelItr); in addRelocations()
HDMachO_x86_64.cpp139 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
263 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
HDMachOLinkGraphBuilder.h169 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp635 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
639 return getRelocationInfo() != NoRelocation; in needsRelocation()
642 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
647 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
686 std::max(cast<Constant>(getOperand(i))->getRelocationInfo(), Result); in getRelocationInfo()