Home
last modified time | relevance | path

Searched defs:OutputType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp330 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
335 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
339 types::ID OutputType) in PrecompileJobAction()
347 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction()
353 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction()
358 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
363 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
368 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
373 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
378 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp32 enum class OutputType { enum
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp117 FileType OutputType; member
282 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.h67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enum
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h298 RVVTypePtr OutputType; // Builtin output type variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2448 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2568 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp132 enum OutputType { enum
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp508 GCovFileType OutputType) { in mangleName()