Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp819 const PassInfo *PassInf = PassList[i]; in optMain() local
820 if (PassInf->getNormalCtor()) { in optMain()
821 Pass *P = PassInf->getNormalCtor()(); in optMain()
830 errs() << argv[0] << ": cannot create pass: " << PassInf->getPassName() in optMain()