Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp554 DebugInfoPerPass DebugInfoAfterPass; in checkDebugInfoMetadata() local
567 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()
573 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
598 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
615 DebugInfoAfterPass.DILocations.insert({&I, HasLoc}); in checkDebugInfoMetadata()
626 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
629 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
634 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
664 DebugInfoBeforePass = DebugInfoAfterPass; in checkDebugInfoMetadata()