Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp469 CGM.EmitConstantValueForMemory(FieldValue, Field->getType(), CGF); in Build()
1020 return EmitConstantValueForMemory(*Value, D.getType(), CGF); in EmitConstantInit()
1218 Filler = EmitConstantValueForMemory(Value.getArrayFiller(), in EmitConstantValue()
1237 C = EmitConstantValueForMemory(Value.getArrayInitializedElt(I), in EmitConstantValue()
1269 CodeGenModule::EmitConstantValueForMemory(const APValue &Value, in EmitConstantValueForMemory() function in CodeGenModule
H A DCodeGenModule.h926 llvm::Constant *EmitConstantValueForMemory(const APValue &Value,