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

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 10 // This file contains the PassNameParser and FilteredPassNameParser<> classes,
14 // The PassNameParser class adds ALL passes linked into the system (that are
17 // template is used for the same purposes as PassNameParser, except that it only
39 // PassNameParser class - Make use of the pass registration mechanism to
42 class PassNameParser : public PassRegistrationListener,
45 PassNameParser(cl::Option &O);
46 ~PassNameParser() override;
83 PassNameParser *PNP = const_cast<PassNameParser*>(this);
90 static int ValLessThan(const PassNameParser::OptionInfo *VT1
    [all...]
  /external/llvm/lib/IR/
Pass.cpp 226 PassNameParser::PassNameParser(cl::Option &O)
231 PassNameParser::~PassNameParser() {
LegacyPassManager.cpp 62 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
    [all...]
  /external/llvm/tools/bugpoint/
bugpoint.cpp 60 // PassNameParser.
62 static cl::list<const PassInfo*, bool, PassNameParser>
  /external/llvm/tools/opt/
opt.cpp 60 // PassNameParser.
62 static cl::list<const PassInfo*, bool, PassNameParser>

Completed in 363 milliseconds