Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOX86_64.h188 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
214 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp126 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo); in getRelocationValueRef()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h644 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp2267 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
4609 MachOObjectFile::getAnyRelocationSection( in getAnyRelocationSection() function in MachOObjectFile
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp7814 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend()