Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h200 class DumpModuleInfoAction : public ASTFrontendAction {
211 DumpModuleInfoAction() = default;
212 explicit DumpModuleInfoAction(std::shared_ptr<llvm::raw_ostream> Out) in DumpModuleInfoAction() function
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp118 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp345 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
840 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
871 void DumpModuleInfoAction::ExecuteAction() { in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2219 clang::DumpModuleInfoAction dump_module_info(Out); in DoExecute()