Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp346 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
347 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
351 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
352 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
355 types::ID OutputType) in PrecompileJobAction() argument
356 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
362 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() argument
363 : JobAction(ExtractAPIJobClass, Inputs, OutputType) {} in ExtractAPIJobAction()
367 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
368 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h417 PreprocessJobAction(Action *Input, types::ID OutputType);
428 PrecompileJobAction(ActionClass Kind, Action *Input, types::ID OutputType);
431 PrecompileJobAction(Action *Input, types::ID OutputType);
442 ExtractAPIJobAction(Action *Input, types::ID OutputType);
455 AnalyzeJobAction(Action *Input, types::ID OutputType);
466 MigrateJobAction(Action *Input, types::ID OutputType);
477 CompileJobAction(Action *Input, types::ID OutputType);
488 BackendJobAction(Action *Input, types::ID OutputType);
499 AssembleJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp126 FileType OutputType; member
197 OutputType = FT_Asm; in AssemblerInvocation()
331 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
336 if (OutputType == ~0U) { in CreateFromArgs()
340 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
456 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
540 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
553 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
556 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c308 char *OutputType) in AcpiDbDecodeAndDisplayObject() argument
327 if (OutputType) in AcpiDbDecodeAndDisplayObject()
329 AcpiUtStrupr (OutputType); in AcpiDbDecodeAndDisplayObject()
330 if (OutputType[0] == 'W') in AcpiDbDecodeAndDisplayObject()
334 else if (OutputType[0] == 'D') in AcpiDbDecodeAndDisplayObject()
338 else if (OutputType[0] == 'Q') in AcpiDbDecodeAndDisplayObject()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h396 RVVTypePtr OutputType; // Builtin output type variable
415 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h416 char *OutputType);
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1003 OutputType = OutInTypes[0]; in RVVIntrinsic()
1020 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2770 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2773 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
2889 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
2892 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
2897 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp509 GCovFileType OutputType) { in mangleName() argument
510 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()