LLVM 19.0.0git
Public Member Functions | List of all members
llvm::DebugifyEachInstrumentation Class Reference

#include "llvm/Transforms/Utils/Debugify.h"

Public Member Functions

void registerCallbacks (PassInstrumentationCallbacks &PIC, ModuleAnalysisManager &MAM)
 
void setDIStatsMap (DebugifyStatsMap &StatMap)
 
const DebugifyStatsMapgetDebugifyStatsMap () const
 
void setDebugInfoBeforePass (DebugInfoPerPass &PerPassMap)
 
DebugInfoPerPassgetDebugInfoPerPass ()
 
void setOrigDIVerifyBugsReportFilePath (StringRef BugsReportFilePath)
 
StringRef getOrigDIVerifyBugsReportFilePath () const
 
void setDebugifyMode (enum DebugifyMode M)
 
bool isSyntheticDebugInfo () const
 
bool isOriginalDebugInfoMode () const
 

Detailed Description

Definition at line 188 of file Debugify.h.

Member Function Documentation

◆ getDebugifyStatsMap()

const DebugifyStatsMap & llvm::DebugifyEachInstrumentation::getDebugifyStatsMap ( ) const
inline

Definition at line 199 of file Debugify.h.

◆ getDebugInfoPerPass()

DebugInfoPerPass & llvm::DebugifyEachInstrumentation::getDebugInfoPerPass ( )
inline

Definition at line 204 of file Debugify.h.

◆ getOrigDIVerifyBugsReportFilePath()

StringRef llvm::DebugifyEachInstrumentation::getOrigDIVerifyBugsReportFilePath ( ) const
inline

Definition at line 209 of file Debugify.h.

◆ isOriginalDebugInfoMode()

bool llvm::DebugifyEachInstrumentation::isOriginalDebugInfoMode ( ) const
inline

Definition at line 218 of file Debugify.h.

◆ isSyntheticDebugInfo()

bool llvm::DebugifyEachInstrumentation::isSyntheticDebugInfo ( ) const
inline

Definition at line 215 of file Debugify.h.

◆ registerCallbacks()

void DebugifyEachInstrumentation::registerCallbacks ( PassInstrumentationCallbacks PIC,
ModuleAnalysisManager MAM 
)

◆ setDebugifyMode()

void llvm::DebugifyEachInstrumentation::setDebugifyMode ( enum DebugifyMode  M)
inline

Definition at line 213 of file Debugify.h.

◆ setDebugInfoBeforePass()

void llvm::DebugifyEachInstrumentation::setDebugInfoBeforePass ( DebugInfoPerPass PerPassMap)
inline

Definition at line 201 of file Debugify.h.

◆ setDIStatsMap()

void llvm::DebugifyEachInstrumentation::setDIStatsMap ( DebugifyStatsMap StatMap)
inline

Definition at line 198 of file Debugify.h.

◆ setOrigDIVerifyBugsReportFilePath()

void llvm::DebugifyEachInstrumentation::setOrigDIVerifyBugsReportFilePath ( StringRef  BugsReportFilePath)
inline

Definition at line 206 of file Debugify.h.


The documentation for this class was generated from the following files: