Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp379 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
386 if (Error E = writeToOutput(Config.SplitDWO, ObjcopyFunc)) in executeObjcopy()
393 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc)) in executeObjcopy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h725 Error writeToOutput(StringRef OutputFileName,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp991 Error llvm::writeToOutput(StringRef OutputFileName, in writeToOutput() function in llvm