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.cpp846 void EmitCodeGenOnlyAction::anchor() { } in anchor()
847 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext) in EmitCodeGenOnlyAction() function in EmitCodeGenOnlyAction
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp51 case EmitCodeGenOnly: return new EmitCodeGenOnlyAction(); in CreateFrontendBaseAction()