Home
last modified time | relevance | path

Searched refs:EmitCodeGenOnlyAction (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/CodeGen/
DCodeGenAction.h93 class EmitCodeGenOnlyAction : public CodeGenAction {
96 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
DCodeGenAction.cpp872 void EmitCodeGenOnlyAction::anchor() { } in anchor()
873 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp52 case EmitCodeGenOnly: return llvm::make_unique<EmitCodeGenOnlyAction>(); in CreateFrontendBaseAction()