Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp777 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function
938 Result = checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule()
983 Result = checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction()
1104 checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in run()
1152 checkDebugifyMetadata(M, make_range(It, std::next(It)), P, in registerCallbacks()
1166 checkDebugifyMetadata(M, M.functions(), P, "CheckModuleDebugify", in registerCallbacks()