HomeSort by relevance Sort by last modified time
    Searched defs:PassNameParser (Results 1 - 2 of 2) 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,
46 PassNameParser();
47 virtual ~PassNameParser();
85 PassNameParser *PNP = const_cast<PassNameParser*>(this);
92 static int ValLessThan(const PassNameParser::OptionInfo *VT1
    [all...]
  /external/llvm/lib/IR/
Pass.cpp 226 PassNameParser::PassNameParser()
231 PassNameParser::~PassNameParser() {

Completed in 33 milliseconds