Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h24 class CodeGenAction; variable
H A DCodeGenAction.cpp908 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) CodeGenAction() function in CodeGenAction
[all...]
/llvm-project/flang/include/flang/Frontend/
H A DFrontendActions.h215 CodeGenAction(BackendActionTy act) : action{act} {}; CodeGenAction() function
[all...]
/llvm-project/flang/unittests/Frontend/
H A DCodeGenActionTest.cpp87 TEST(CodeGenAction,GracefullyHandleLLVMConversionFailure) TEST() argument