Searched refs:checkDebugifyMetadata (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 209 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function 346 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule() 373 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction() 444 checkDebugifyMetadata(M, M.functions(), "", "CheckModuleDebugify", false, in run()
|