Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp327 DebugInfoBeforePass.DIVariables[DV] = 0; in collectDebugInfoMetadata()
352 DebugInfoBeforePass.DIVariables[Var]++; in collectDebugInfoMetadata()
573 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
598 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
633 auto DIVarsBefore = DebugInfoBeforePass.DIVariables; in checkDebugInfoMetadata()
634 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h45 DebugVarMap DIVariables; member