Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp211 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata() argument
232 if (StatsMap && !NameOfWrappedPass.empty()) in checkDebugifyMetadata()
233 Stats = &StatsMap->operator[](NameOfWrappedPass); in checkDebugifyMetadata()
293 if (!NameOfWrappedPass.empty()) in checkDebugifyMetadata()
294 dbg() << " [" << NameOfWrappedPass << "]"; in checkDebugifyMetadata()
346 return checkDebugifyMetadata(M, M.functions(), NameOfWrappedPass, in runOnModule()
350 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass()
352 : ModulePass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), in CheckDebugifyModulePass()
363 StringRef NameOfWrappedPass; member
374 NameOfWrappedPass, "CheckFunctionDebugify", in runOnFunction()
[all …]
DDebugify.h62 llvm::StringRef NameOfWrappedPass = "",
67 llvm::StringRef NameOfWrappedPass = "",