Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DCompilerInstance.cpp99 std::string osFile; in CreateOutputFile() local
101 osFile = outputFilePath; in CreateOutputFile()
102 os.reset(new llvm::raw_fd_ostream(osFile, error, in CreateOutputFile()
/external/llvm-project/lld/COFF/
DDriver.cpp731 opt::OptSpecifier os, opt::OptSpecifier osFile) { in getMapFile() argument
732 auto *arg = args.getLastArg(os, osFile); in getMapFile()
735 if (arg->getOption().getID() == osFile.getID()) in getMapFile()