Home
last modified time | relevance | path

Searched refs:PassNameParser (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h41 class PassNameParser : public PassRegistrationListener,
44 PassNameParser(cl::Option &O);
45 ~PassNameParser() override;
82 PassNameParser *PNP = const_cast<PassNameParser*>(this); in printOptionInfo()
89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare()
90 const PassNameParser::OptionInfo *VT2) { in ValCompare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp230 PassNameParser::PassNameParser(cl::Option &O) in PassNameParser() function in PassNameParser
238 PassNameParser::~PassNameParser() = default;
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp65 static cl::list<const PassInfo *, bool, PassNameParser>
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp68 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc(