clang API Documentation
#include <CGDebugInfo.h>
Public Member Functions | |
NoLocation (CodeGenFunction &CGF, CGBuilderTy &B) | |
~NoLocation () | |
Autorestore everything back to normal. |
NoLocation - An RAII object that temporarily disables debug locations. This is useful for emitting instructions that should be counted towards the function prologue.
Definition at line 468 of file CGDebugInfo.h.
NoLocation::NoLocation | ( | CodeGenFunction & | CGF, |
CGBuilderTy & | B | ||
) |
Definition at line 69 of file CGDebugInfo.cpp.
References clang::CodeGen::SaveAndRestoreLocation::Builder, and clang::CodeGen::SaveAndRestoreLocation::DI.
Autorestore everything back to normal.
Definition at line 75 of file CGDebugInfo.cpp.
References clang::CodeGen::SaveAndRestoreLocation::Builder, and clang::CodeGen::SaveAndRestoreLocation::DI.