Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp32 return any_of(opts::pdb2yaml::DumpModuleSubsections, in checkModuleSubsection()
100 !opts::pdb2yaml::DumpModuleSubsections.empty(); in dumpStringTable()
237 if (!opts::pdb2yaml::DumpModuleSubsections.empty() && in dumpDbiStream()
Dllvm-pdbutil.h191 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
Dllvm-pdbutil.cpp603 cl::list<ModuleSubsection> DumpModuleSubsections( variable
1362 opts::pdb2yaml::DumpModuleSubsections.push_back( in main()
1365 simplifyChunkList(opts::pdb2yaml::DumpModuleSubsections); in main()