Home
last modified time | relevance | path

Searched refs:DumpModuleInfoAction (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h182 class DumpModuleInfoAction : public ASTFrontendAction {
193 DumpModuleInfoAction() = default;
194 explicit DumpModuleInfoAction(std::shared_ptr<llvm::raw_ostream> Out) in DumpModuleInfoAction() function
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp75 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp301 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
782 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
813 void DumpModuleInfoAction::ExecuteAction() { in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2281 clang::DumpModuleInfoAction dump_module_info(Out); in DoExecute()