Searched refs:EmitAssemblyAction (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h65 class EmitAssemblyAction : public CodeGenAction { class in namespace:clang
68 EmitAssemblyAction(llvm::LLVMContext *_VMContext = 0);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp426 void EmitAssemblyAction::anchor() { }
427 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) function in class:EmitAssemblyAction
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp42 case EmitAssembly: return new EmitAssemblyAction();

Completed in 20 milliseconds