Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h333 MIRSymbol *CreateConstStringSymbol(const std::string &symbolName, const std::string &content);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp512 MIRSymbol *MIRBuilder::CreateConstStringSymbol(const std::string &symbolName, const std::string &co… in CreateConstStringSymbol() function in maple::MIRBuilder