Searched refs:CodeGenAction (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 24 class CodeGenAction : public ASTFrontendAction { 65 CodeGenAction(unsigned _Act, llvm::LLVMContext *_VMContext = nullptr); 77 ~CodeGenAction() override; 91 class EmitAssemblyAction : public CodeGenAction { 97 class EmitBCAction : public CodeGenAction { 103 class EmitLLVMAction : public CodeGenAction { 109 class EmitLLVMOnlyAction : public CodeGenAction { 115 class EmitCodeGenOnlyAction : public CodeGenAction { 121 class EmitObjAction : public CodeGenAction {
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 868 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) in CodeGenAction() function in CodeGenAction 872 CodeGenAction::~CodeGenAction() { in ~CodeGenAction() 878 bool CodeGenAction::loadLinkModules(CompilerInstance &CI) { in loadLinkModules() 908 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() 910 void CodeGenAction::EndSourceFileAction() { in EndSourceFileAction() 919 std::unique_ptr<llvm::Module> CodeGenAction::takeModule() { in takeModule() 923 llvm::LLVMContext *CodeGenAction::takeLLVMContext() { in takeLLVMContext() 928 CodeGenerator *CodeGenAction::getCodeGenerator() const { in getCodeGenerator() 932 bool CodeGenAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 959 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() [all …]
|
| H A D | BackendConsumer.h | 24 class CodeGenAction; variable 28 using LinkModule = CodeGenAction::LinkModule;
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 829 return static_cast<CodeGenAction *>(WrappedAct)->getCodeGenerator(); in getCodeGen()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 314 SRCS_MIN+= CodeGen/CodeGenAction.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3792 {"_ZN5clang13CodeGenActionC1Ej", "clang::CodeGenAction::CodeGenAction(unsigned int)"}, 3793 {"_ZN5clang13CodeGenActionC2Ej", "clang::CodeGenAction::CodeGenAction(unsigned int)"}, 3794 {"_ZN5clang13CodeGenActionD0Ev", "clang::CodeGenAction::~CodeGenAction()"}, 3795 {"_ZN5clang13CodeGenActionD1Ev", "clang::CodeGenAction::~CodeGenAction()"}, 3796 {"_ZN5clang13CodeGenActionD2Ev", "clang::CodeGenAction::~CodeGenAction()"}, 3797 {"_ZNK5clang13CodeGenAction12hasIRSupportEv", "clang::CodeGenAction::hasIRSupport() const"}, 3798 {"_ZN5clang13CodeGenAction19EndSourceFileActionEv", "clang::CodeGenAction::EndSourceFileAction()"}, 3799 {"_ZN5clang13CodeGenAction10takeModuleEv", "clang::CodeGenAction::takeModule()"}, 3800 …7CreateASTConsumerERNS_16CompilerInstanceEN4llvm9StringRefE", "clang::CodeGenAction::CreateASTCons… 3802 {"_ZN5clang13CodeGenAction13ExecuteActionEv", "clang::CodeGenAction::ExecuteAction()"}, [all …]
|