Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef Sec = Obj.getRelocationSection(RelInfo); in getRelocationValueRef()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h329 SectionRef getRelocationSection(const MachO::any_relocation_info &RE) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2187 MachOObjectFile::getRelocationSection( in getRelocationSection() function in MachOObjectFile
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp2547 SectionRef RelocSection = Obj->getRelocationSection(RE); in findUnwindRelocNameAddend()