Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp81 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo); in getRelocationValueRef()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h328 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp615 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
1937 MachOObjectFile::getAnyRelocationSection( in getAnyRelocationSection() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp6428 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend()