Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
320 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
324 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
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
337 : PrecompileJobAction(HeaderModulePrecompileJobClass, Input, OutputType), in HeaderModulePrecompileJobAction()
342 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
343 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
[all …]
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c200 char *OutputType) in AcpiDbDecodeAndDisplayObject() argument
219 if (OutputType) in AcpiDbDecodeAndDisplayObject()
221 AcpiUtStrupr (OutputType); in AcpiDbDecodeAndDisplayObject()
222 if (OutputType[0] == 'W') in AcpiDbDecodeAndDisplayObject()
226 else if (OutputType[0] == 'D') in AcpiDbDecodeAndDisplayObject()
230 else if (OutputType[0] == 'Q') in AcpiDbDecodeAndDisplayObject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp162 RVVTypePtr OutputType; // Builtin output type member in __anond814f6670111::RVVIntrinsic
782 OutputType = OutInTypes[0]; in RVVIntrinsic()
798 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
859 OS << OutputType->getTypeStr() << " " << getMangledName() << "("; in emitMangledFuncDef()
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj18 OutputType = "Library"
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj18 OutputType = "Library"
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj18 OutputType = "Library"
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj18 OutputType = "Library"
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.csproj18 OutputType = "Library"
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdebug.h308 char *OutputType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2315 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2318 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
2432 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
2435 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
2440 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp132 enum OutputType { enum
139 static OutputType TheOutputType = OT_NORMAL;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp562 GCovFileType OutputType) { in mangleName() argument
563 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()