Home
last modified time | relevance | path

Searched defs:CodeGenAction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h209 CodeGenAction(BackendActionTy act) : action{act} {}; in CodeGenAction() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp958 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) in CodeGenAction() function in CodeGenAction