Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp148 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
271 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
320 RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_x86_64.cpp139 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
263 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachOLinkGraphBuilder.h169 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h257 PossibleRelocationsTy getRelocationInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.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()