Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp625 DebugInfoPerPass DebugInfoAfterPass; in checkDebugInfoMetadata() local
638 DebugInfoAfterPass.DIFunctions.insert({&F, SP}); in checkDebugInfoMetadata()
644 DebugInfoAfterPass.DIVariables[DV] = 0; in checkDebugInfoMetadata()
669 DebugInfoAfterPass.DIVariables[Var]++; in checkDebugInfoMetadata()
679 DebugInfoAfterPass.DILocations.insert({&I, hasLoc(I)}); in checkDebugInfoMetadata()
690 auto DIFunctionsAfter = DebugInfoAfterPass.DIFunctions; in checkDebugInfoMetadata()
693 auto DILocsAfter = DebugInfoAfterPass.DILocations; in checkDebugInfoMetadata()
698 auto DIVarsAfter = DebugInfoAfterPass.DIVariables; in checkDebugInfoMetadata()
728 DebugInfoBeforePass = DebugInfoAfterPass; in checkDebugInfoMetadata()