reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
82 PassNameParser *PNP = const_cast<PassNameParser*>(this); 89 static int ValCompare(const PassNameParser::OptionInfo *VT1, 90 const PassNameParser::OptionInfo *VT2) { 102 class FilteredPassNameParser : public PassNameParser {include/llvm/Support/CommandLine.h
1531 ParserClass Parser; 1543 typename ParserClass::parser_data_type Val = 1581 ParserClass &getParser() { return Parser; }lib/IR/LegacyPassManager.cpp
65 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
tools/bugpoint/bugpoint.cpp 65 static cl::list<const PassInfo *, bool, PassNameParser>
tools/opt/opt.cpp 67 static cl::list<const PassInfo*, bool, PassNameParser>