Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp146 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
249 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
298 RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_x86_64.cpp137 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
241 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachOLinkGraphBuilder.h167 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h248 PossibleRelocationsTy getRelocationInfo() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp614 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
618 return getRelocationInfo() != NoRelocation; in needsRelocation()
621 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
626 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
665 std::max(cast<Constant>(getOperand(i))->getRelocationInfo(), Result); in getRelocationInfo()