Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp210 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function
347 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule()
374 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction()
445 checkDebugifyMetadata(M, M.functions(), "", "CheckModuleDebugify", false, in run()