Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp347 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
352 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
355 types::ID OutputType) in PrecompileJobAction() argument
356 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
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()
373 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
378 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
383 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp119 FileType OutputType; member
175 OutputType = FT_Asm; in AssemblerInvocation()
306 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
311 if (OutputType == ~0U) { in CreateFromArgs()
315 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
426 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
509 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
524 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
527 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h396 RVVTypePtr OutputType; // Builtin output type variable
416 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacdebug.h416 char *OutputType);
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1004 OutputType = OutInTypes[0]; in RVVIntrinsic()
1021 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2592 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2595 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
2711 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
2714 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
2719 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp509 GCovFileType OutputType) { in mangleName() argument
510 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()