Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp117 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo); in getRelocationValueRef()
/external/llvm/include/llvm/Object/
DMachO.h327 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp637 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
1949 MachOObjectFile::getAnyRelocationSection( in getAnyRelocationSection() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6396 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend()