Home
last modified time | relevance | path

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

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