reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/ObjectFile.h
  133   Expected<section_iterator> getRelocatedSection() const;

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1530       Expected<section_iterator> SecOrErr = Section.getRelocatedSection();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  352     Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection();
  656     Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  610     Expected<section_iterator> RelSecOrErr = si->getRelocatedSection();
 1879           Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection();
tools/llvm-cxxdump/llvm-cxxdump.cpp
  177     Expected<section_iterator> ErrOrSec = Section.getRelocatedSection();
tools/llvm-objdump/llvm-objdump.cpp
 1000     Expected<section_iterator> RelocatedOrErr = Sec.getRelocatedSection();
 1624     Expected<section_iterator> SecOrErr = Section.getRelocatedSection();
tools/llvm-readobj/ELFDumper.cpp
 4897     Expected<section_iterator> RelSecOrErr = Sec.getRelocatedSection();