Searched defs:openInputFile (Results 1 – 3 of 3) sorted by relevance
22 mlir::openInputFile(StringRef inputFilename, std::string *errorMessage) { in openInputFile() function in mlir
141 static Expected<std::unique_ptr<Module>> openInputFile(LLVMContext &Context) { in openInputFile() function
109 static FILE *openInputFile(const std::string &inputFile, in openInputFile() function