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.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.h202 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
H A Dllvm-pdbutil.cpp706 cl::list<ModuleSubsection> DumpModuleSubsections( variable
1519 opts::pdb2yaml::DumpModuleSubsections.push_back( in main()
1522 simplifyChunkList(opts::pdb2yaml::DumpModuleSubsections); in main()