Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h462 section_iterator getRelocationSection(DataRefImpl Rel) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp571 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1496 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2215 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection() function in MachOObjectFile