Searched defs:EmitAssemblyAction (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h69 class EmitAssemblyAction : public CodeGenAction { class in namespace:clang
72 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp830 void EmitAssemblyAction::anchor() { }
831 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) function in class:EmitAssemblyAction

Completed in 87 milliseconds