Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h552 return builder.CreateStructTypeInternal(name, fields); in Done()
736 …Type *CreateStructTypeInternal(const String &name, std::vector<std::pair<std::string_view, Type *>…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp186 Type *LMIRBuilder::CreateStructTypeInternal(const String &name, in CreateStructTypeInternal() function in maple::litecg::LMIRBuilder