Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h488 section_iterator getRelocationSection(DataRefImpl Rel) const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp569 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1564 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp2259 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection() function in MachOObjectFile