clang 20.0.0git
|
A scoped helper to set the current debug location to the specified location or preferred location of the specified Expr. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGDebugInfo.h"
Public Member Functions | |
ApplyDebugLocation (CodeGenFunction &CGF, SourceLocation TemporaryLocation) | |
Set the location to the (valid) TemporaryLocation. | |
ApplyDebugLocation (CodeGenFunction &CGF, const Expr *E) | |
ApplyDebugLocation (CodeGenFunction &CGF, llvm::DebugLoc Loc) | |
ApplyDebugLocation (ApplyDebugLocation &&Other) | |
ApplyDebugLocation & | operator= (ApplyDebugLocation &&Other) |
~ApplyDebugLocation () | |
Static Public Member Functions | |
static ApplyDebugLocation | CreateArtificial (CodeGenFunction &CGF) |
Apply TemporaryLocation if it is valid. | |
static ApplyDebugLocation | CreateDefaultArtificial (CodeGenFunction &CGF, SourceLocation TemporaryLocation) |
Apply TemporaryLocation if it is valid. | |
static ApplyDebugLocation | CreateEmpty (CodeGenFunction &CGF) |
Set the IRBuilder to not attach debug locations. | |
A scoped helper to set the current debug location to the specified location or preferred location of the specified Expr.
Definition at line 855 of file CGDebugInfo.h.
ApplyDebugLocation::ApplyDebugLocation | ( | CodeGenFunction & | CGF, |
SourceLocation | TemporaryLocation | ||
) |
Set the location to the (valid) TemporaryLocation.
Definition at line 124 of file CGDebugInfo.cpp.
ApplyDebugLocation::ApplyDebugLocation | ( | CodeGenFunction & | CGF, |
const Expr * | E | ||
) |
Definition at line 167 of file CGDebugInfo.cpp.
References E, and clang::Expr::getExprLoc().
ApplyDebugLocation::ApplyDebugLocation | ( | CodeGenFunction & | CGF, |
llvm::DebugLoc | Loc | ||
) |
Definition at line 172 of file CGDebugInfo.cpp.
References clang::CodeGen::CodeGenFunction::Builder, clang::CodeGen::CodeGenFunction::getDebugInfo(), and Loc.
|
inline |
Definition at line 869 of file CGDebugInfo.h.
References clang::Other.
ApplyDebugLocation::~ApplyDebugLocation | ( | ) |
Definition at line 183 of file CGDebugInfo.cpp.
References clang::CodeGen::CodeGenFunction::Builder.
|
inlinestatic |
Apply TemporaryLocation if it is valid.
Otherwise switch to an artificial debug location that has a valid scope, but no line information.
Artificial locations are useful when emitting compiler-generated helper functions that have no source location associated with them. The DWARF specification allows the compiler to use the special line number 0 to indicate code that can not be attributed to any source location. Note that passing an empty SourceLocation to CGDebugInfo::setLocation() will result in the last valid location being reused.
Definition at line 895 of file CGDebugInfo.h.
Referenced by callSpecialFunction(), clang::CodeGen::CGOpenMPRuntime::checkAndEmitSharedLastprivateConditional(), clang::CodeGen::CGOpenMPRuntime::emitThreadPrivateVarDefinition(), generateByrefCopyHelper(), generateByrefDisposeHelper(), and clang::CodeGen::CodeGenFunction::incrementProfileCounter().
|
inlinestatic |
Apply TemporaryLocation if it is valid.
Otherwise switch to an artificial debug location that has a valid scope, but no line information.
Definition at line 902 of file CGDebugInfo.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitCall(), clang::CodeGen::CGOpenMPRuntime::emitForStaticFinish(), clang::CodeGen::CGOpenMPRuntime::emitForStaticInit(), emitScanBasedDirective(), and clang::CodeGen::CGOpenMPRuntime::getThreadID().
|
inlinestatic |
Set the IRBuilder to not attach debug locations.
Note that passing an empty SourceLocation to CGDebugInfo::setLocation() will result in the last valid location being reused. Note that all instructions that do not have a location at the beginning of a function are counted towards to function prologue.
Definition at line 912 of file CGDebugInfo.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitIfClause(), clang::CodeGen::CGOpenMPRuntime::emitLastprivateConditionalUpdate(), and clang::CodeGen::CGOpenMPRuntime::emitThreadPrivateVarDefinition().
|
inline |
Definition at line 874 of file CGDebugInfo.h.
References clang::Other.