Searched refs:EmitAssemblyAction (Results 1 - 4 of 4) sorted by path

/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
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp46 case EmitAssembly: return new EmitAssemblyAction();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp126 case EmitAssembly: return new EmitAssemblyAction();

Completed in 540 milliseconds