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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h188 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo);
214 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp126 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h643 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2267 return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
4605 MachOObjectFile::getAnyRelocationSection( function in class:MachOObjectFile
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7702 SectionRef RelocSection = Obj->getAnyRelocationSection(RE);

Completed in 190 milliseconds