Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h237 section_iterator getRelocationSection(DataRefImpl Rel) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp830 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp549 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp774 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection() function in MachOObjectFile