Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp368 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in loadObjectImpl() local
685 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in computeSectionStubBufSize() local
HDRuntimeDyldELF.cpp714 Expected<section_iterator> RelSecOrErr = si->getRelocatedSection(); in findOPDEntrySection() local
2386 Expected<section_iterator> RelSecOrErr = SI->getRelocatedSection(); in finalizeLoad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp960 Expected<const Elf_Shdr *> RelSecOrErr = this->getSection(Sec.sh_info); in getSectionAndRelocations() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h464 auto RelSecOrErr = EF.getSection(Rel.d.a); in getRelSection() local