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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h83 class EmitAssemblyAction : public CodeGenAction { class in namespace:clang
86 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp53 case EmitAssembly: return std::make_unique<EmitAssemblyAction>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1189 void EmitAssemblyAction::anchor() { }
1190 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) function in class:EmitAssemblyAction

Completed in 104 milliseconds