Searched refs:createOutputFile (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 205 Expected<StringRef> createOutputFile(const Twine &Prefix, StringRef Extension) { in createOutputFile() function 293 createOutputFile(sys::path::filename(ExecutableName), "fatbin"); in fatbinary() 330 createOutputFile(sys::path::filename(ExecutableName), "hipfb"); in fatbinary() 376 createOutputFile(sys::path::filename(ExecutableName) + "." + in clang() 631 auto TempFileOrErr = createOutputFile(sys::path::filename(ExecutableName) + in linkBitcodeFiles() 728 createOutputFile(sys::path::filename(ExecutableName) + "." + in linkBitcodeFiles() 771 auto TempFileOrErr = createOutputFile( in writeOffloadFile() 809 auto TempFileOrErr = createOutputFile( in compileModule()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1_main.cpp | 269 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 715 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 819 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile() 829 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance
|