Searched refs:emitStoresForConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1183 void CodeGenFunction::emitStoresForConstant(const VarDecl &D, Address Loc, in emitStoresForConstant() function in CodeGenFunction 1257 emitStoresForConstant(D, EltPtr, isVolatile, in emitStoresForConstant() 1268 emitStoresForConstant(D, EltPtr, isVolatile, in emitStoresForConstant() 1293 emitStoresForConstant(D, Loc, isVolatile, constant, in emitStoresForZeroInit() 1303 emitStoresForConstant(D, Loc, isVolatile, constant, in emitStoresForPatternInit() 2071 emitStoresForConstant(D, Loc.withElementType(CGM.Int8Ty), in EmitAutoVarInit()
|
| H A D | CodeGenFunction.h | 2782 void emitStoresForConstant(const VarDecl &D, Address Loc, bool isVolatile,
|