HomeSort by: relevance | last modified time | path
    Searched refs:EmitGlobalVariable (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 488 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl);
491 void EmitGlobalVariable(const ValueDecl *VD, const APValue &Init);
CodeGenFunction.cpp 2273 Dbg->EmitGlobalVariable(E->getDecl(), Init);
CGDebugInfo.cpp 4765 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var,
4835 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) {
CGDecl.cpp 466 DI->EmitGlobalVariable(var, &D);
CodeGenModule.cpp 4494 DI->EmitGlobalVariable(GV, D);

Completed in 54 milliseconds