Home
last modified time | relevance | path

Searched refs:EmitGlobalVariable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h504 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl);
507 void EmitGlobalVariable(const ValueDecl *VD, const APValue &Init);
H A DCGStmt.cpp1523 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
H A DCGDecl.cpp482 DI->EmitGlobalVariable(var, &D); in EmitStaticVarDecl()
H A DCodeGenFunction.cpp2354 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()
H A DCGDebugInfo.cpp5253 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable() function in CGDebugInfo
5320 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable() function in CGDebugInfo
H A DCodeGenModule.cpp4905 DI->EmitGlobalVariable(GV, D); in EmitGlobalVarDefinition()