Searched refs:PassNameParser (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h10 // 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, class in namespace:llvm
46 PassNameParser();
47 virtual ~PassNameParser();
85 PassNameParser *PNP = const_cast<PassNameParser*>(this);
92 static int ValLessThan(const PassNameParser
[all...]
/external/llvm/lib/IR/
H A DPass.cpp226 PassNameParser::PassNameParser() function in class:PassNameParser
231 PassNameParser::~PassNameParser() {
H A DLegacyPassManager.cpp62 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp60 // PassNameParser.
62 static cl::list<const PassInfo*, bool, PassNameParser>
/external/llvm/tools/opt/
H A Dopt.cpp57 // PassNameParser.
59 static cl::list<const PassInfo*, bool, PassNameParser>

Completed in 3314 milliseconds