Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h252 PossibleRelocationsTy getRelocationInfo() const;
/openbsd-src/gnu/llvm/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.h168 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp622 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
626 return getRelocationInfo() != NoRelocation; in needsRelocation()
629 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
634 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
673 std::max(cast<Constant>(getOperand(i))->getRelocationInfo(), Result); in getRelocationInfo()