Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1191 static void emitStoresForConstant(CodeGenModule &CGM, const VarDecl &D, in emitStoresForConstant() function
1262 emitStoresForConstant(CGM, D, EltPtr, isVolatile, Builder, in emitStoresForConstant()
1273 emitStoresForConstant(CGM, D, EltPtr, isVolatile, Builder, in emitStoresForConstant()
1297 emitStoresForConstant(CGM, D, Loc, isVolatile, Builder, constant, in emitStoresForZeroInit()
1308 emitStoresForConstant(CGM, D, Loc, isVolatile, Builder, constant, in emitStoresForPatternInit()
2014 emitStoresForConstant(CGM, D, Loc.withElementType(CGM.Int8Ty), in EmitAutoVarInit()