Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h488 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl);
491 void EmitGlobalVariable(const ValueDecl *VD, const APValue &Init);
H A DCodeGenFunction.cpp2273 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()
H A DCGDecl.cpp466 DI->EmitGlobalVariable(var, &D); in EmitStaticVarDecl()
H A DCGDebugInfo.cpp4765 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable() function in CGDebugInfo
4835 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable() function in CGDebugInfo
H A DCodeGenModule.cpp4494 DI->EmitGlobalVariable(GV, D); in EmitGlobalVarDefinition()