Thanks to visit codestin.com
Credit goes to clang.llvm.org

clang 22.0.0git
CIRGenCXX.cpp File Reference
#include "CIRGenFunction.h"
#include "CIRGenModule.h"
#include "clang/AST/GlobalDecl.h"
#include "clang/CIR/MissingFeatures.h"
#include "llvm/Support/SaveAndRestore.h"

Go to the source code of this file.

Functions

static void emitDeclInit (CIRGenFunction &cgf, const VarDecl *varDecl, cir::GlobalOp globalOp)
static void emitDeclDestroy (CIRGenFunction &cgf, const VarDecl *vd, cir::GlobalOp addr)

Function Documentation

◆ emitDeclDestroy()

◆ emitDeclInit()