LLVM 22.0.0git
llvm::DebugifyEachInstrumentation Class Reference

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

Public Member Functions

LLVM_ABI 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 195 of file Debugify.h.

Member Function Documentation

◆ getDebugifyStatsMap()

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

Definition at line 206 of file Debugify.h.

◆ getDebugInfoPerPass()

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

Definition at line 211 of file Debugify.h.

◆ getOrigDIVerifyBugsReportFilePath()

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

Definition at line 216 of file Debugify.h.

◆ isOriginalDebugInfoMode()

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

Definition at line 225 of file Debugify.h.

References OriginalDebugInfo.

◆ isSyntheticDebugInfo()

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

Definition at line 222 of file Debugify.h.

References SyntheticDebugInfo.

◆ registerCallbacks()

◆ setDebugifyMode()

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

Definition at line 220 of file Debugify.h.

◆ setDebugInfoBeforePass()

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

Definition at line 208 of file Debugify.h.

◆ setDIStatsMap()

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

Definition at line 205 of file Debugify.h.

◆ setOrigDIVerifyBugsReportFilePath()

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

Definition at line 213 of file Debugify.h.


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