LLVM 22.0.0git
Predicates to tune DWARF for a given debugger.

Returns whether we are "tuning" for a given debugger. More...

Functions

bool llvm::DwarfDebug::tuneForGDB () const
bool llvm::DwarfDebug::tuneForLLDB () const
bool llvm::DwarfDebug::tuneForSCE () const
bool llvm::DwarfDebug::tuneForDBX () const

Detailed Description

Returns whether we are "tuning" for a given debugger.

Function Documentation

◆ tuneForDBX()

bool llvm::DwarfDebug::tuneForDBX ( ) const
inline

Definition at line 926 of file DwarfDebug.h.

References llvm::DBX.

Referenced by DwarfDebug().

◆ tuneForGDB()

bool llvm::DwarfDebug::tuneForGDB ( ) const
inline

Definition at line 923 of file DwarfDebug.h.

References llvm::GDB.

Referenced by DwarfDebug(), and emitRangeList().

◆ tuneForLLDB()

bool llvm::DwarfDebug::tuneForLLDB ( ) const
inline

Definition at line 924 of file DwarfDebug.h.

References llvm::LLDB.

Referenced by DwarfDebug().

◆ tuneForSCE()

bool llvm::DwarfDebug::tuneForSCE ( ) const
inline

Definition at line 925 of file DwarfDebug.h.

References llvm::SCE.

Referenced by AddLinkageNamesToDeclCallOriginsForTuning(), DwarfDebug(), and emitDebugLocValue().