Home
last modified time | relevance | path

Searched refs:GetAddrOfConstantCompoundLiteral (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.h757 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
DCGExprConstant.cpp1223 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral() function in CodeGenModule
DCGExpr.cpp2617 llvm::Value *GlobalPtr = CGM.GetAddrOfConstantCompoundLiteral(E); in EmitCompoundLiteralLValue()