Searched defs:RelSecOrErr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp858 Expected<const Elf_Shdr *> RelSecOrErr = this->getSection(Sec.sh_info); local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp368 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); local
685 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); local
H A DRuntimeDyldELF.cpp715 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); local
2381 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h431 auto RelSecOrErr = EF.getSection(Rel.d.a); local

Completed in 94 milliseconds