Predicates to tune DWARF for a given debugger. (original) (raw)

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 930 of file DwarfDebug.h.

References llvm::DBX.

Referenced by DwarfDebug().

tuneForGDB()

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

Definition at line 927 of file DwarfDebug.h.

References llvm::GDB.

Referenced by DwarfDebug(), and emitRangeList().

tuneForLLDB()

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

Definition at line 928 of file DwarfDebug.h.

References llvm::LLDB.

Referenced by DwarfDebug().

tuneForSCE()

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

Definition at line 929 of file DwarfDebug.h.

References llvm::SCE.

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