Searched refs:SecOrErr (Results 1 – 2 of 2) sorted by relevance
101 ErrorOr<section_iterator> SecOrErr = (*unwrap(Sym))->getSection(); in LLVMMoveToContainingSection() local102 if (std::error_code ec = SecOrErr.getError()) in LLVMMoveToContainingSection()104 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
389 ErrorOr<const Elf_Shdr *> SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local390 if (std::error_code EC = SecOrErr.getError()) in getRelocationValueString()392 const Elf_Shdr *Sec = *SecOrErr; in getRelocationValueString()