Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DTestingSupport.cpp38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain() local
39 if (auto Err = ObjErr.getError()) { in convertForTestingMain()
43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()