Searched refs:checkDebugifyMetadata (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 675 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function 825 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule() 866 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction() 975 checkDebugifyMetadata(M, M.functions(), "", "CheckModuleDebugify", false, in run() 1005 checkDebugifyMetadata(M, make_range(It, std::next(It)), P, in registerCallbacks() 1009 checkDebugifyMetadata(M, M.functions(), P, "CheckModuleDebugify", in registerCallbacks()
|