Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp34 static const char *getOutputFileName(Compilation &C, StringRef Base, in getOutputFileName() function
139 getOutputFileName(C, OutputFilePrefix, "-linked", "bc"); in constructLLVMLinkCommand()
152 getOutputFileName(C, OutputFilePrefix, "-linked-opt", "bc"); in constructLLVMLinkCommand()
192 getOutputFileName(C, OutputFilePrefix, "", OutputIsAsm ? "s" : "o"); in constructLlcCommand()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp498 getOutputFileName(StringRef InputFile, const DsymutilOptions &Options) { in getOutputFileName() function
559 void *P = (void *)(intptr_t)getOutputFileName; in dsymutil_main()
658 getOutputFileName(InputFile, Options); in dsymutil_main()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp827 static int getOutputFileName(StringRef InFilename, bool TempOutFile, in getOutputFileName() function
934 getOutputFileName(output_name, /* TempOutFile */ false, TaskFilename, in createLTO()
1096 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()