Searched refs:checkDebugifyMetadata (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 695 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function 845 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule() 886 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction() 1001 checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in run() 1039 checkDebugifyMetadata(M, make_range(It, std::next(It)), P, in registerCallbacks() 1049 checkDebugifyMetadata(M, M.functions(), P, "CheckModuleDebugify", in registerCallbacks()
|