Searched refs:OutputType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Action.cpp | 316 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction() 321 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction() 324 types::ID OutputType) in PrecompileJobAction() argument 325 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction() 332 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction() argument 338 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument 339 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction() 344 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction() 349 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction() 354 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Action.h | 392 PreprocessJobAction(Action *Input, types::ID OutputType); 403 PrecompileJobAction(ActionClass Kind, Action *Input, types::ID OutputType); 406 PrecompileJobAction(Action *Input, types::ID OutputType); 420 HeaderModulePrecompileJobAction(Action *Input, types::ID OutputType, 438 AnalyzeJobAction(Action *Input, types::ID OutputType); 449 MigrateJobAction(Action *Input, types::ID OutputType); 460 CompileJobAction(Action *Input, types::ID OutputType); 471 BackendJobAction(Action *Input, types::ID OutputType); 482 AssembleJobAction(Action *Input, types::ID OutputType);
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 116 FileType OutputType; member 149 OutputType = FT_Asm; in AssemblerInvocation() 261 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local 266 if (OutputType == ~0U) { in CreateFromArgs() 270 Opts.OutputType = FileType(OutputType); in CreateFromArgs() 358 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssembler() 422 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssembler() 438 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssembler() 441 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssembler()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 306 char *OutputType) in AcpiDbDecodeAndDisplayObject() argument 325 if (OutputType) in AcpiDbDecodeAndDisplayObject() 327 AcpiUtStrupr (OutputType); in AcpiDbDecodeAndDisplayObject() 328 if (OutputType[0] == 'W') in AcpiDbDecodeAndDisplayObject() 332 else if (OutputType[0] == 'D') in AcpiDbDecodeAndDisplayObject() 336 else if (OutputType[0] == 'Q') in AcpiDbDecodeAndDisplayObject()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 31 enum OutputType { enum 49 cl::opt<OutputType> InterpreterSel( 66 cl::opt<OutputType> SafeInterpreterSel(
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 405 char *OutputType);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1974 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local 1977 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt() 2074 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local 2077 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt() 2082 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 518 GCovFileType OutputType) { in mangleName() argument 519 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
|