Home
last modified time | relevance | path

Searched defs:OutputType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp315 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
320 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
324 types::ID OutputType) in PrecompileJobAction()
332 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction()
338 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
343 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
348 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
353 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
358 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp116 FileType OutputType; member
261 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 enum OutputType { enum
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c306 char *OutputType) in AcpiDbDecodeAndDisplayObject()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1974 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2074 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp518 GCovFileType OutputType) { in mangleName()