Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h503 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl);
506 void EmitGlobalVariable(const ValueDecl *VD, const APValue &Init);
H A DCGHLSLRuntime.cpp132 DI->EmitGlobalVariable(cast<GlobalVariable>(GV), D); in addConstant()
H A DCGStmt.cpp1534 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
H A DCGDecl.cpp486 DI->EmitGlobalVariable(var, &D); in EmitStaticVarDecl()
H A DCodeGenFunction.cpp2380 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()
H A DCGDebugInfo.cpp5287 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable() function in CGDebugInfo
5353 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable() function in CGDebugInfo
H A DCodeGenModule.cpp5069 DI->EmitGlobalVariable(GV, D); in EmitGlobalVarDefinition()