Home
last modified time | relevance | path

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

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