Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp716 panda::pandasm::LiteralArray::Literal symbolValueLiteral; in CreateLiteralArrayForType() local
724 symbolValueLiteral.tag_ = panda::panda_file::LiteralTag::STRING; in CreateLiteralArrayForType()
725 symbolValueLiteral.value_ = symbol; in CreateLiteralArrayForType()
727 literalArray.emplace_back(symbolValueLiteral); in CreateLiteralArrayForType()