reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 Expected<section_iterator> getRelocatedSection() const;
1530 Expected<section_iterator> SecOrErr = Section.getRelocatedSection();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp352 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.cpp1000 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();