Home
last modified time | relevance | path

Searched refs:SecOrErr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DObject.cpp101 ErrorOr<section_iterator> SecOrErr = (*unwrap(Sym))->getSection(); in LLVMMoveToContainingSection() local
102 if (std::error_code ec = SecOrErr.getError()) in LLVMMoveToContainingSection()
104 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp389 ErrorOr<const Elf_Shdr *> SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
390 if (std::error_code EC = SecOrErr.getError()) in getRelocationValueString()
392 const Elf_Shdr *Sec = *SecOrErr; in getRelocationValueString()