Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp481 static bool checkVars(const DebugVarMap &DIVarsBefore, in checkVars() argument
486 for (const auto &V : DIVarsBefore) { in checkVars()
633 auto DIVarsBefore = DebugInfoBeforePass.DIVariables; in checkDebugInfoMetadata() local
646 bool ResultForVars = checkVars(DIVarsBefore, DIVarsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()