Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h91 class EmitAssemblyAction : public CodeGenAction {
94 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp54 case EmitAssembly: return std::make_unique<EmitAssemblyAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1232 void EmitAssemblyAction::anchor() { } in anchor()
1233 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext) in EmitAssemblyAction() function in EmitAssemblyAction