Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCodeGenAction.h69 class EmitAssemblyAction : public CodeGenAction {
72 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
DCodeGenAction.cpp856 void EmitAssemblyAction::anchor() { } in anchor()
857 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp47 case EmitAssembly: return llvm::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()