LLVM 20.0.0git
|
Used to track the Debug Info Metadata information. More...
#include "llvm/Transforms/Utils/Debugify.h"
Public Attributes | |
DebugFnMap | DIFunctions |
DebugInstMap | DILocations |
WeakInstValueMap | InstToDelete |
DebugVarMap | DIVariables |
Used to track the Debug Info Metadata information.
Definition at line 36 of file Debugify.h.
DebugFnMap DebugInfoPerPass::DIFunctions |
Definition at line 38 of file Debugify.h.
Referenced by llvm::checkDebugInfoMetadata(), and llvm::collectDebugInfoMetadata().
DebugInstMap DebugInfoPerPass::DILocations |
Definition at line 40 of file Debugify.h.
Referenced by llvm::checkDebugInfoMetadata(), and llvm::collectDebugInfoMetadata().
DebugVarMap DebugInfoPerPass::DIVariables |
Definition at line 45 of file Debugify.h.
Referenced by llvm::checkDebugInfoMetadata(), and llvm::collectDebugInfoMetadata().
WeakInstValueMap DebugInfoPerPass::InstToDelete |
Definition at line 43 of file Debugify.h.
Referenced by llvm::checkDebugInfoMetadata(), and llvm::collectDebugInfoMetadata().