OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 137 milliseconds