Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h259 PossibleRelocationsTy getRelocationInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp168 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
291 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
340 RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_x86_64.cpp143 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
267 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/lib/IR/
H A DConstants.cpp652 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
656 return getRelocationInfo() != NoRelocation; in needsRelocation()
659 Constant::PossibleRelocationsTy Constant::getRelocationInfo() const { in getRelocationInfo() function in Constant
664 return BA->getFunction()->getRelocationInfo(); in getRelocationInfo()
702 Result = std::max(cast<Constant>(Op)->getRelocationInfo(), Result); in getRelocationInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc13766 …MConstantPoolValue17getRelocationInfoEv", "llvm::ARMConstantPoolValue::getRelocationInfo() const"},
16990 …stantPoolEntry17getRelocationInfoEv", "llvm::MachineConstantPoolEntry::getRelocationInfo() const"},
20825 {"_ZNK4llvm8Constant17getRelocationInfoEv", "llvm::Constant::getRelocationInfo() const"},