Home
last modified time | relevance | path

Searched refs:DumpModuleSubsections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp35 return any_of(opts::pdb2yaml::DumpModuleSubsections, in checkModuleSubsection()
114 !opts::pdb2yaml::DumpModuleSubsections.empty(); in dumpStringTable()
251 if (!opts::pdb2yaml::DumpModuleSubsections.empty() && in dumpDbiStream()
H A Dllvm-pdbutil.h202 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
H A Dllvm-pdbutil.cpp710 cl::list<ModuleSubsection> DumpModuleSubsections( variable
1524 opts::pdb2yaml::DumpModuleSubsections.push_back( in main()
1527 simplifyChunkList(opts::pdb2yaml::DumpModuleSubsections); in main()