HomeSort by relevance Sort by last modified time
    Searched refs:DumpModuleSyms (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.h 49 extern llvm::cl::opt<bool> DumpModuleSyms;
LLVMOutputStyle.cpp 372 if (!DumpRecordBytes && !DumpRecords && !opts::raw::DumpModuleSyms)
404 } else if (opts::raw::DumpModuleSyms) {
429 bool DumpModules = opts::raw::DumpModules || opts::raw::DumpModuleSyms ||
485 (opts::raw::DumpModuleSyms || opts::raw::DumpSymRecordBytes);
502 if (opts::raw::DumpModuleSyms)
llvm-pdbdump.cpp 220 cl::opt<bool> DumpModuleSyms("module-syms", cl::desc("dump module symbols"),
530 opts::raw::DumpModuleSyms = true;

Completed in 167 milliseconds