Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h80 void enumerateWith(PassRegistrationListener *L);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp65 void PassRegistry::enumerateWith(PassRegistrationListener *L) { in enumerateWith() function in PassRegistry
H A DPass.cpp227 PassRegistry::getPassRegistry()->enumerateWith(this); in PassNameParser()