Home
last modified time | relevance | path

Searched defs:OutputFileName (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp34 getOutputFileWithFlags(StringRef OutputFileName, sys::fs::OpenFlags Flags) { in getOutputFileWithFlags()
49 getOutputFileForRemarks(StringRef OutputFileName, Format OutputFormat) { in getOutputFileForRemarks()
H A DRemarkCounter.cpp209 Error ArgumentCounter::print(StringRef OutputFileName) { in print()
239 Error RemarkCounter::print(StringRef OutputFileName) { in print()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h50 StringRef OutputFileName; member
59 StringRef OutputFileName; variable
79 MachOLayoutBuilder(Object &O, bool Is64Bit, StringRef OutputFileName, in MachOLayoutBuilder()
H A DMachOWriter.h63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp45 const std::string OutputFileName; member in __anon03be76890111::PCHContainerGenerator
142 const std::string &OutputFileName, in PCHContainerGenerator()
348 const std::string &OutputFileName, in CreatePCHContainerGenerator()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp55 CreatePCHContainerGenerator(CompilerInstance & CI,const std::string & MainFileName,const std::string & OutputFileName,std::unique_ptr<llvm::raw_pwrite_stream> OS,std::shared_ptr<PCHBuffer> Buffer) const CreatePCHContainerGenerator() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h35 std::string OutputFileName; member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp42 constructHIPFatbinCommand(Compilation & C,const JobAction & JA,llvm::StringRef OutputFileName,const InputInfoList & Inputs,const llvm::opt::ArgList & Args,const Tool & T) constructHIPFatbinCommand() argument
H A DFuchsia.cpp235 const char *OutputFileName = Output.getFilename(); ConstructJob() local
H A DBareMetal.cpp416 const char *OutputFileName = Output.getFilename(); ConstructJob() local
H A DCuda.cpp454 std::string OutputFileName = TC.getInputFilename(Output); ConstructJob() local
H A DDarwin.cpp844 if (Output.isFilename() && llvm::sys::fs::exists(OutputFileName)) { in ConstructJob() local
H A DGnu.cpp343 auto OutputFileName = Output.getFilename(); in ConstructJob() local
H A DClang.cpp435 addDebugObjectName(const ArgList & Args,ArgStringList & CmdArgs,const char * DebugCompilationDir,const char * OutputFileName) addDebugObjectName() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp353 StringRef OutputFileName, in writeUniversalBinary()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp87 Error Config::addSaveTemps(std::string OutputFileName, bool UseInputModulePath, in addSaveTemps() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp1001 writeToOutput(StringRef OutputFileName,std::function<Error (raw_ostream &)> Write) writeToOutput() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp817 StringRef OutputFileName = CI.getFrontendOpts().OutputFile; ExecuteAction() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6030 StringRef OutputFileName = llvm::sys::path::filename(NamedOutput); GetNamedOutputPath() local