Searched refs:getOutputFileName (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | AMDGPUOpenMP.cpp | 31 static const char *getOutputFileName(Compilation &C, StringRef Base, in getOutputFileName() function 98 getOutputFileName(C, OutputFilePrefix, "-linked", "bc"); in constructLLVMLinkCommand() 131 getOutputFileName(C, OutputFilePrefix, "", OutputIsAsm ? "s" : "o"); in constructLlcCommand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 430 getOutputFileName(StringRef InputFile, const DsymutilOptions &Options) { in getOutputFileName() function 486 void *P = (void *)(intptr_t)getOutputFileName; in main() 625 getOutputFileName(InputFile, Options); in main() 682 getOutputFileName(InputFile, Options); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 815 static int getOutputFileName(StringRef InFilename, bool TempOutFile, in getOutputFileName() function 922 getOutputFileName(output_name, /* TempOutFile */ false, TaskFilename, in createLTO() 1085 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
|