Searched refs:CreateStaticVarDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp176 CodeGenFunction::CreateStaticVarDecl(const VarDecl &D, function in class:CodeGenFunction
305 addr = CreateStaticVarDecl(D, ".", Linkage);
H A DCodeGenFunction.h2385 /// CreateStaticVarDecl - Create a zero-initialized LLVM global for
2387 llvm::Constant *CreateStaticVarDecl(const VarDecl &D,

Completed in 284 milliseconds