Home
last modified time | relevance | path

Searched defs:PassRegistrationListener (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/
DPassSupport.h210 struct PassRegistrationListener { struct
211 PassRegistrationListener() {} in PassRegistrationListener() function
212 virtual ~PassRegistrationListener() {} in ~PassRegistrationListener() argument
225 /// enumeratePasses on this PassRegistrationListener object. argument
227 virtual void passEnumerate(const PassInfo *) {} in passEnumerate()
/external/swiftshader/third_party/LLVM/include/llvm/
DPassSupport.h307 struct PassRegistrationListener { struct
328 /// enumeratePasses on this PassRegistrationListener object. argument
330 virtual void passEnumerate(const PassInfo *) {} in passEnumerate()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPass.cpp222 PassRegistrationListener::PassRegistrationListener() { in PassRegistrationListener() function in PassRegistrationListener