Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp30 std::string OutputFile; member in __anonf6816b0f0111::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 __anon65e8ac250111::HeaderIncludesCallback
81 raw_ostream *OutputFile; member in __anon65e8ac250111::HeaderIncludesJSONCallback
111 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, in PrintHeaderInfo()
142 raw_ostream *OutputFile = &llvm::errs(); in AttachHeaderIncludeGen() local
H A DSerializedDiagnosticPrinter.cpp259 std::string OutputFile; member
299 create(StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords) { 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
/src/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator()
95 StringRef OutputFile, in CXX20ModulesGenerator()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h190 struct OutputFile { struct
194 OutputFile(std::string filename, in OutputFile() function
H A DDependencyOutputOptions.h67 std::string OutputFile; variable
H A DUtils.h123 std::string OutputFile; variable
/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp168 const std::string &OutputFile, in ExecuteProgram()
254 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
312 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
485 const std::string &OutputFile, in ExecuteProgram()
556 const std::string &OutputFile, in ExecuteProgram()
626 const std::string &OutputFile, in ExecuteProgram()
766 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
/src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp118 std::string &OutputFile) { in parseModuleDefinition()
202 std::string OutputFile; in dlltoolDriverMain() local
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h29 std::string OutputFile; member
/src/contrib/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp40 StringRef CurrentWorkDir, StringRef SysRoot, llvm::StringRef OutputFile) in SerializablePathCollection()
/src/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
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp45 const std::string OutputFile; member in __anon1b30d0480111::PlistDiagnostics
536 const std::string &OutputFile, const Preprocessor &PP, in createPlistDiagnosticConsumer()
553 const std::string &OutputFile, const Preprocessor &PP, in createPlistMultiFileDiagnosticConsumer()
H A DSarifDiagnostics.cpp33 std::string OutputFile; member in __anondda043710111::SarifDiagnostics
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h174 std::string OutputFile; variable
H A DFuzzerIO.cpp24 static FILE *OutputFile = stderr; variable
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h924 std::string OutputFile; variable
978 StringRef OutputFile) in CXX20ModulesGenerator()
990 StringRef OutputFile) in ReducedBMIGenerator()
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp276 llvm::SmallString<64> OutputFile, ErrorFile; in findResourceDir() local
764 StringRef OutputFile = LastCmd->getOutputFilenames().front(); in getCompilationDatabase() local
768 InplaceCompilationDatabase(StringRef InputFile, StringRef OutputFile, in getCompilationDatabase()
/src/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp182 SmallString<32> InputFile, OutputFile; in printSymbolizedStackTrace() local
/src/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1363 raw_fd_ostream OutputFile(BundlerConfig.OutputFileNames.front(), EC, in BundleFiles() local
1460 raw_fd_ostream OutputFile((*Output).second, EC, sys::fs::OF_None); in UnbundleFiles() local
1499 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles() local
1521 raw_fd_ostream OutputFile(E.second, EC, sys::fs::OF_None); in UnbundleFiles() local
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h34 std::unique_ptr<ToolOutputFile> OutputFile; variable

12