Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h240 PossibleRelocationsTy getRelocationInfo() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp119 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
217 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
266 RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_x86_64.cpp137 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
237 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachOLinkGraphBuilder.h164 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp661 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
665 return getRelocationInfo() != NoRelocation; in needsRelocation()
668 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
673 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
712 std::max(cast<Constant>(getOperand(i))->getRelocationInfo(), Result); in getRelocationInfo()