Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp481 CGM.EmitConstantValueForMemory(FieldValue, Field->getType(), CGF); in Build()
1181 return EmitConstantValueForMemory(*Value, D.getType(), CGF); in EmitConstantInit()
1379 Filler = EmitConstantValueForMemory(Value.getArrayFiller(), in EmitConstantValue()
1398 C = EmitConstantValueForMemory(Value.getArrayInitializedElt(I), in EmitConstantValue()
1430 CodeGenModule::EmitConstantValueForMemory(const APValue &Value, in EmitConstantValueForMemory() function in CodeGenModule
HDCodeGenModule.h947 llvm::Constant *EmitConstantValueForMemory(const APValue &Value,