Searched defs:EmitStaticVarDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp128 return EmitStaticVarDecl(D, Linkage);
277 void CodeGenFunction::EmitStaticVarDecl(const VarDecl &D, function in class:CodeGenFunction
820 EmitStaticVarDecl(D, llvm::GlobalValue::InternalLinkage);

Completed in 612 milliseconds