HomeSort by relevance Sort by last modified time
    Searched refs:PassNameParser (Results 1 - 6 of 6) 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() {
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>
  /art/compiler/llvm/
llvm_compilation_unit.cc 62 #include <llvm/Support/PassNameParser.h>
  /external/llvm/tools/opt/
opt.cpp 57 // PassNameParser.
59 static cl::list<const PassInfo*, bool, PassNameParser>

Completed in 800 milliseconds