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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp460 CGM.EmitConstantValueForMemory(FieldValue, Field->getType(), CGF);
998 return EmitConstantValueForMemory(*Value, D.getType(), CGF);
1179 Filler = EmitConstantValueForMemory(Value.getArrayFiller(),
1187 C = EmitConstantValueForMemory(Value.getArrayInitializedElt(I),
1219 CodeGenModule::EmitConstantValueForMemory(const APValue &Value, function in class:CodeGenModule
H A DCodeGenModule.h878 llvm::Constant *EmitConstantValueForMemory(const APValue &Value,

Completed in 1792 milliseconds