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()
570 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
595 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
627 auto DIVarsBefore = DebugInfoBeforePass.DIVariables; in checkDebugInfoMetadata()
628 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h43 DebugVarMap DIVariables; member