Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp35 return any_of(opts::pdb2yaml::DumpModuleSubsections, in checkModuleSubsection()
106 !opts::pdb2yaml::DumpModuleSubsections.empty(); in dumpStringTable()
246 if (!opts::pdb2yaml::DumpModuleSubsections.empty() && in dumpDbiStream()
H A Dllvm-pdbutil.h199 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
H A Dllvm-pdbutil.cpp671 cl::list<ModuleSubsection> DumpModuleSubsections( variable
1485 opts::pdb2yaml::DumpModuleSubsections.push_back( in main()
1488 simplifyChunkList(opts::pdb2yaml::DumpModuleSubsections); in main()