Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp551 DebugInfoPerPass DebugInfoAfterPass; in checkDebugInfoMetadata() local
564 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()
570 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
595 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
609 DebugInfoAfterPass.DILocations.insert({&I, HasLoc}); in checkDebugInfoMetadata()
620 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
623 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
628 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
658 DebugInfoBeforePass = DebugInfoAfterPass; in checkDebugInfoMetadata()