Searched refs:DumpModules (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h180 extern llvm::cl::opt<bool> DumpModules;
199 extern llvm::cl::opt<bool> DumpModules;
H A Dllvm-pdbutil.cpp561 cl::opt<bool> DumpModules("modules", cl::desc("dump compiland information"),
677 cl::opt<bool> DumpModules("modules", cl::desc("dump compiland information"),
1461 opts::dump::DumpModules = true; member in class:opts::dump
1491 opts::pdb2yaml::DumpModules = true; member in class:opts::pdb2yaml
1500 opts::pdb2yaml::DumpModules = true; member in class:opts::pdb2yaml
1502 if (opts::pdb2yaml::DumpModules)
H A DYAMLOutputStyle.cpp215 if (opts::pdb2yaml::DumpModules) {
H A DDumpOutputStyle.cpp131 if (opts::dump::DumpModules) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h357 void DumpModules(Stream &strm) const;
H A DRenderScriptRuntime.cpp3817 void RenderScriptRuntime::DumpModules(Stream &strm) const { function in class:RenderScriptRuntime
4020 runtime->DumpModules(result.GetOutputStream());

Completed in 74 milliseconds