Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCodeGenAction.h65 class EmitAssemblyAction : public CodeGenAction {
68 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/external/clang/lib/CodeGen/
DCodeGenAction.cpp737 void EmitAssemblyAction::anchor() { } in anchor()
738 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp46 case EmitAssembly: return new EmitAssemblyAction(); in CreateFrontendBaseAction()
/external/lldb/source/Expression/
DClangExpressionParser.cpp126 case EmitAssembly: return new EmitAssemblyAction(); in CreateFrontendBaseAction()