Home
last modified time | relevance | path

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

/freebsd/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.cpp714 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection() local
2386 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp960 Expected<const Elf_Shdr *> RelSecOrErr = this->getSection(Sec.sh_info); in getSectionAndRelocations() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h464 auto RelSecOrErr = EF.getSection(Rel.d.a); in getRelSection() local