Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp55 case EmitBC: return std::make_unique<EmitBCAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h63 EmitBC, enumerator
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp145 case frontend::EmitBC: in IncrementalAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2619 {frontend::EmitBC, OPT_emit_llvm_bc}, in getFrontendActionTable()
4467 case frontend::EmitBC: in isStrictlyPreprocessorAction()