Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h570 structConst = &builder_.CreateStructConstInternal(type_); in StructConstBuilder()
737 StructConst &CreateStructConstInternal(StructType *type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp208 StructConst &LMIRBuilder::CreateStructConstInternal(StructType *type) in CreateStructConstInternal() function in maple::litecg::LMIRBuilder