Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp540 DebugInfoPerPass DebugInfoAfterPass; in checkDebugInfoMetadata() local
553 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()
559 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
584 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
598 DebugInfoAfterPass.DILocations.insert({&I, HasLoc}); in checkDebugInfoMetadata()
609 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
612 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
617 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
647 DebugInfoBeforePass = DebugInfoAfterPass; in checkDebugInfoMetadata()