Searched defs:EmitAssemblyAction (Results 1 - 2 of 2) 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 = nullptr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp695 void EmitAssemblyAction::anchor() { }
696 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) function in class:EmitAssemblyAction

Completed in 140 milliseconds