Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp34 return any_of(opts::pdb2yaml::DumpModuleSubsections, in checkModuleSubsection()
105 !opts::pdb2yaml::DumpModuleSubsections.empty(); in dumpStringTable()
242 if (!opts::pdb2yaml::DumpModuleSubsections.empty() && in dumpDbiStream()
H A Dllvm-pdbutil.h201 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
H A Dllvm-pdbutil.cpp682 cl::list<ModuleSubsection> DumpModuleSubsections( variable
1493 opts::pdb2yaml::DumpModuleSubsections.push_back( in main()
1496 simplifyChunkList(opts::pdb2yaml::DumpModuleSubsections); in main()