Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp354 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
359 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
363 types::ID OutputType) in PrecompileJobAction()
370 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction()
375 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
380 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
385 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
390 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/
H A DCIRGenAction.h27 enum class OutputType { enum
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp123 FileType OutputType; member
335 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c308 char *OutputType) in AcpiDbDecodeAndDisplayObject()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h398 RVVTypePtr OutputType; // Builtin output type variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2948 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
3067 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp491 GCovFileType OutputType) { in mangleName()