Searched refs:checkDebugifyMetadata (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 302 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function 428 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule() 455 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction() 529 checkDebugifyMetadata(M, M.functions(), "", "CheckModuleDebugify", false, in run() 559 checkDebugifyMetadata(M, make_range(It, std::next(It)), P, in registerCallbacks() 563 checkDebugifyMetadata(M, M.functions(), P, "CheckModuleDebugify", in registerCallbacks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 202 bool checkDebugifyMetadata(Module &M, in checkDebugifyMetadata() function 339 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule() 366 return checkDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction() 416 checkDebugifyMetadata(M, M.functions(), "", "CheckModuleDebugify", false, in run()
|