Searched refs:MiscOptions (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 178 cl::OptionCategory MiscOptions("Miscellaneous Options"); variable 232 cl::cat(MiscOptions), cl::sub(RawSubcommand)); 234 cl::cat(MiscOptions), cl::sub(RawSubcommand)); 237 cl::cat(MiscOptions), cl::sub(RawSubcommand)); 238 cl::opt<bool> DumpFpo("fpo", cl::desc("dump FPO records"), cl::cat(MiscOptions), 242 cl::cat(MiscOptions), 246 cl::cat(MiscOptions), 250 cl::cat(MiscOptions), cl::sub(RawSubcommand));
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 400 cl::OptionCategory MiscOptions("Miscellaneous Options"); variable 522 cl::cat(MiscOptions), cl::sub(DumpSubcommand)); 525 cl::cat(MiscOptions), cl::sub(DumpSubcommand)); 528 cl::cat(MiscOptions), 533 cl::cat(MiscOptions), 536 cl::cat(MiscOptions), cl::sub(DumpSubcommand)); 539 cl::cat(MiscOptions), cl::sub(DumpSubcommand)); 542 cl::cat(MiscOptions), cl::sub(DumpSubcommand));
|