Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h67 EmitLLVM, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp56 case EmitLLVM: return std::make_unique<EmitLLVMAction>(); in CreateFrontendBaseAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2472 bool EmitLLVM = false; member in __anon1eb752b50a11::OffloadingActionBuilder::CudaActionBuilderBase
2694 EmitLLVM = Args.getLastArg(options::OPT_emit_llvm); in initialize()
2953 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2368 {frontend::EmitLLVM, OPT_emit_llvm}, in getFrontendActionTable()
4061 case frontend::EmitLLVM: in isStrictlyPreprocessorAction()