Home
last modified time | relevance | path

Searched defs:OutputFile (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp30 std::string OutputFile; member in __anoncc7c34da0111::DependencyGraphCallback
44 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, in DependencyGraphCallback()
67 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
H A DHeaderIncludeGen.cpp22 raw_ostream *OutputFile; member in __anonfb3caf500111::HeaderIncludesCallback
81 raw_ostream *OutputFile; member in __anonfb3caf500111::HeaderIncludesJSONCallback
117 raw_ostream *OutputFile; member in __anonfb3caf500111::HeaderIncludesDirectPerFileCallback
154 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, in PrintHeaderInfo()
185 raw_ostream *OutputFile = &llvm::errs(); in AttachHeaderIncludeGen() local
H A DSerializedDiagnosticPrinter.cpp256 std::string OutputFile; member
295 std::unique_ptr<DiagnosticConsumer> create(StringRef OutputFile, in create()
H A DFrontendActions.cpp128 std::string OutputFile; in CreateASTConsumer() local
165 std::string &OutputFile) { in CreateOutputFile()
194 std::string OutputFile = CI.getFrontendOpts().OutputFile; in CreateMultiplexConsumer() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h188 struct OutputFile { struct
192 OutputFile(std::string filename, in OutputFile() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, ModuleCache &ModCache, StringRef OutputFile, in PCHGenerator()
104 StringRef OutputFile, in CXX20ModulesGenerator()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerHeaderEmitter.h23 RPCServerHeaderEmitter(std::unique_ptr<llvm::ToolOutputFile> &&OutputFile) in RPCServerHeaderEmitter()
H A DRPCServerSourceEmitter.h25 RPCServerSourceEmitter(std::unique_ptr<llvm::ToolOutputFile> &&OutputFile) in RPCServerSourceEmitter()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp168 const std::string &OutputFile, in ExecuteProgram()
252 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
308 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
478 const std::string &OutputFile, in ExecuteProgram()
549 const std::string &OutputFile, in ExecuteProgram()
617 const std::string &OutputFile, in ExecuteProgram()
755 std::string &OutputFile, in MakeSharedObject()
H A DExecutionDriver.cpp283 std::string OutputFile, in executeProgram()
378 std::string OutputFile; in compileSharedObject() local
H A DBugDriver.cpp52 cl::opt<std::string> OutputFile("output", variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c351 FILE *OutputFile, in AeDecodeErrorMessageId()
462 FILE *OutputFile, in AePrintErrorSourceLine()
637 FILE *OutputFile; in AePrintException() local
747 FILE *OutputFile, in AePrintSubError()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h30 std::string OutputFile; member
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp125 std::string &OutputFile) { in parseModuleDefinition()
353 std::string OutputFile; in dlltoolDriverMain() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp107 ToolOutputFile OutputFile(OutputFilename, EC, sys::fs::OF_None); in main() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp42 const std::string OutputFile; member in __anon46fda2930111::PlistDiagnostics
533 const std::string &OutputFile, const Preprocessor &PP, in createPlistDiagnosticConsumer()
550 const std::string &OutputFile, const Preprocessor &PP, in createPlistMultiFileDiagnosticConsumer()
H A DSarifDiagnostics.cpp31 std::string OutputFile; member in __anon096d15bc0111::SarifDiagnostics
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h173 std::string OutputFile; global() variable
H A DFuzzerIO.cpp24 static FILE *OutputFile = stderr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h978 std::string OutputFile; variable
1030 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() argument
1043 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c535 static void closeFileObject(FILE *OutputFile) { in closeFileObject()
549 FILE *OutputFile; in writeFile() local
1351 FILE *OutputFile = fopen(TargetFilename, "w"); in __llvm_write_custom_profile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h35 std::unique_ptr<ToolOutputFile> OutputFile; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1504 raw_fd_ostream OutputFile(BundlerConfig.OutputFileNames.front(), EC, in BundleFiles() local
1609 raw_fd_ostream OutputFile((*Output).second, EC, sys::fs::OF_None); in UnbundleFiles() local
1648 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles() local
1672 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp162 SmallString<32> InputFile, OutputFile; in collectAddressSymbols() local
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp290 llvm::SmallString<64> OutputFile, ErrorFile; in findResourceDir() local
839 StringRef OutputFile = LastCmd->getOutputFilenames().front(); in getCompilationDatabase() local
843 InplaceCompilationDatabase(StringRef InputFile, StringRef OutputFile, in getCompilationDatabase()

12