LLVM 23.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 202 of file Debugify.h.

Member Function Documentation

◆ getDebugifyStatsMap()

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

Definition at line 213 of file Debugify.h.

◆ getDebugInfoPerPass()

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

Definition at line 218 of file Debugify.h.

◆ getOrigDIVerifyBugsReportFilePath()

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

Definition at line 223 of file Debugify.h.

◆ isOriginalDebugInfoMode()

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

Definition at line 232 of file Debugify.h.

References OriginalDebugInfo.

◆ isSyntheticDebugInfo()

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

Definition at line 229 of file Debugify.h.

References SyntheticDebugInfo.

◆ registerCallbacks()

◆ setDebugifyMode()

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

Definition at line 227 of file Debugify.h.

◆ setDebugInfoBeforePass()

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

Definition at line 215 of file Debugify.h.

◆ setDIStatsMap()

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

Definition at line 212 of file Debugify.h.

◆ setOrigDIVerifyBugsReportFilePath()

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

Definition at line 220 of file Debugify.h.


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