Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPass.h71 PT_Module, enumerator
253 explicit ModulePass(char &pid) : Pass(PT_Module, pid) {} in ModulePass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h264 case PT_Module: in add()