Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp320 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
325 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
328 types::ID OutputType) in PrecompileJobAction() argument
329 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
336 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction() argument
342 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
343 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
348 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
353 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
358 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h398 PreprocessJobAction(Action *Input, types::ID OutputType);
409 PrecompileJobAction(ActionClass Kind, Action *Input, types::ID OutputType);
412 PrecompileJobAction(Action *Input, types::ID OutputType);
426 HeaderModulePrecompileJobAction(Action *Input, types::ID OutputType,
444 AnalyzeJobAction(Action *Input, types::ID OutputType);
455 MigrateJobAction(Action *Input, types::ID OutputType);
466 CompileJobAction(Action *Input, types::ID OutputType);
477 BackendJobAction(Action *Input, types::ID OutputType);
488 AssembleJobAction(Action *Input, types::ID OutputType);
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp117 FileType OutputType; member
155 OutputType = FT_Asm; in AssemblerInvocation()
273 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
278 if (OutputType == ~0U) { in CreateFromArgs()
282 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
375 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
453 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
468 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
471 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp163 RVVTypePtr OutputType; // Builtin output type member in __anondf72edf00111::RVVIntrinsic
797 OutputType = OutInTypes[0]; in RVVIntrinsic()
813 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
876 OS << OutputType->getTypeStr() << " " << getMangledName() << "("; in emitMangledFuncDef()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h416 char *OutputType);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2359 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2362 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
2476 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
2479 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
2484 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp562 GCovFileType OutputType) { in mangleName() argument
563 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()