Searched refs:DumpModuleSyms (Results 1 – 3 of 3) sorted by relevance
372 if (!DumpRecordBytes && !DumpRecords && !opts::raw::DumpModuleSyms) in dumpTpiStream()404 } else if (opts::raw::DumpModuleSyms) { in dumpTpiStream()429 bool DumpModules = opts::raw::DumpModules || opts::raw::DumpModuleSyms || in dumpDbiStream()485 (opts::raw::DumpModuleSyms || opts::raw::DumpSymRecordBytes); in dumpDbiStream()502 if (opts::raw::DumpModuleSyms) in dumpDbiStream()
49 extern llvm::cl::opt<bool> DumpModuleSyms;
220 cl::opt<bool> DumpModuleSyms("module-syms", cl::desc("dump module symbols"), variable530 opts::raw::DumpModuleSyms = true; in main()