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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h9 // This file contains the PassNameParser and FilteredPassNameParser<> classes,
13 // The PassNameParser class adds ALL passes linked into the system (that are
16 // template is used for the same purposes as PassNameParser, except that it only
38 // PassNameParser class - Make use of the pass registration mechanism to
41 class PassNameParser : public PassRegistrationListener, class in namespace:llvm
44 PassNameParser(cl::Option &O);
45 ~PassNameParser() override;
82 PassNameParser *PNP = const_cast<PassNameParser*>(this);
89 static int ValCompare(const PassNameParser
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp217 PassNameParser::PassNameParser(cl::Option &O) function in class:PassNameParser
225 PassNameParser::~PassNameParser() = default;
H A DLegacyPassManager.cpp65 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp65 // PassNameParser.
67 static cl::list<const PassInfo *, bool, PassNameParser>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp65 // PassNameParser.
67 static cl::list<const PassInfo*, bool, PassNameParser>

Completed in 650 milliseconds