Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h199 class DumpModuleInfoAction : public ASTFrontendAction {
210 DumpModuleInfoAction() = default;
211 explicit DumpModuleInfoAction(std::shared_ptr<llvm::raw_ostream> Out) in DumpModuleInfoAction() function
/src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp79 case ModuleFileInfo: return std::make_unique<DumpModuleInfoAction>(); in CreateFrontendBaseAction()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp329 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
812 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
843 void DumpModuleInfoAction::ExecuteAction() { in ExecuteAction()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2213 clang::DumpModuleInfoAction dump_module_info(Out); in DoExecute()