Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/
H A DAction.cpp362 : JobAction(Kind, Input, OutputType) { in ExtractAPIJobAction() argument
346 PreprocessJobAction(Action * Input,types::ID OutputType) PreprocessJobAction() argument
351 PrecompileJobAction(Action * Input,types::ID OutputType) PrecompileJobAction() argument
355 PrecompileJobAction(ActionClass Kind,Action * Input,types::ID OutputType) PrecompileJobAction() argument
367 AnalyzeJobAction(Action * Input,types::ID OutputType) AnalyzeJobAction() argument
372 MigrateJobAction(Action * Input,types::ID OutputType) MigrateJobAction() argument
377 CompileJobAction(Action * Input,types::ID OutputType) CompileJobAction() argument
382 BackendJobAction(Action * Input,types::ID OutputType) BackendJobAction() argument
387 AssembleJobAction(Action * Input,types::ID OutputType) AssembleJobAction() argument
[all...]
/llvm-project/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp32 enum class OutputType { enum
/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp124 FileType OutputType; global() member
327 unsigned OutputType = StringSwitch<unsigned>(Name) CreateFromArgs() local
[all...]
/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.h71 enum class OutputType { Console, Stdout, Stderr, Telemetry }; global() enum
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2758 QualType OutputType = OutExpr->getType(); EmitAsmStmt() local
2877 QualType OutputType = S.getOutputExpr(Output)->getType(); EmitAsmStmt() local
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h396 RVVTypePtr OutputType; // Builtin output type variable
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp134 enum OutputType { enum
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp509 mangleName(const DICompileUnit * CU,GCovFileType OutputType) mangleName() argument