Home
last modified time | relevance | path

Searched refs:setAddrOfConstantCompoundLiteral (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1003 void setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *CLE,
H A DCGExprConstant.cpp923 CGM.setAddrOfConstantCompoundLiteral(E, GV); in tryEmitGlobalCompoundLiteral()
2170 void CodeGenModule::setAddrOfConstantCompoundLiteral( in setAddrOfConstantCompoundLiteral() function in CodeGenModule