LLVM 23.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 975 of file DwarfDebug.h.

References llvm::DBX.

Referenced by DwarfDebug().

◆ tuneForGDB()

◆ tuneForLLDB()

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

Definition at line 973 of file DwarfDebug.h.

References llvm::LLDB.

Referenced by DwarfDebug().

◆ tuneForSCE()

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

Definition at line 974 of file DwarfDebug.h.

References llvm::SCE.

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