Home
last modified time | relevance | path

Searched defs:createOutputFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp783 PluginParseTreeAction::createOutputFile(llvm::StringRef extension = "") { in createOutputFile() function in PluginParseTreeAction
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp827 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp216 Expected<StringRef> createOutputFile(const Twine &Prefix, StringRef Extension) { in createOutputFile() function