Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h189 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
215 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp126 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo); in getRelocationValueRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h485 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2162 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
4251 MachOObjectFile::getAnyRelocationSection( in getAnyRelocationSection() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7828 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend()