Home
last modified time | relevance | path

Searched refs:EmitLLVM (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h68 EmitLLVM, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp57 case EmitLLVM: return std::make_unique<EmitLLVMAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2915 bool EmitLLVM = false; member in __anonb8862b370811::OffloadingActionBuilder::CudaActionBuilderBase
3136 EmitLLVM = Args.getLastArg(options::OPT_emit_llvm); in initialize()
3449 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2545 {frontend::EmitLLVM, OPT_emit_llvm}, in getFrontendActionTable()
4272 case frontend::EmitLLVM: in isStrictlyPreprocessorAction()