Home
last modified time | relevance | path

Searched refs:createOutputFile (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp205 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 Dcc1_main.cpp269 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h715 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp819 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile()
829 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance