Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h338 section_iterator getRelocationSection(DataRefImpl Rel) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp560 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1465 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2161 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection() function in MachOObjectFile