Searched refs:ObjErr (Results 1 – 1 of 1) sorted by relevance
38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain() local39 if (auto Err = ObjErr.getError()) { in convertForTestingMain()43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()