Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp696 panda::pandasm::AnnotationData funcAnnotation(TSTYPE_ANNO_RECORD_NAME); in ParseFunctionTypeInfo() local
700 funcAnnotation.AddElement(std::move(typeOfVregElement)); in ParseFunctionTypeInfo()
702 std::move(funcAnnotation)); in ParseFunctionTypeInfo()
773 panda::pandasm::AnnotationData funcAnnotation(TSTYPE_ANNO_RECORD_NAME); in ParseFunctionExportedType() local
780 funcAnnotation.AddElement(std::move(exportedSymbolTypesElement)); in ParseFunctionExportedType()
783 pandaFunc.metadata->GetAnnotations()).push_back(std::move(funcAnnotation)); in ParseFunctionExportedType()
800 panda::pandasm::AnnotationData funcAnnotation(TSTYPE_ANNO_RECORD_NAME); in ParseFunctionDeclaredType() local
807 funcAnnotation.AddElement(std::move(declaredSymbolTypesElement)); in ParseFunctionDeclaredType()
810 std::move(funcAnnotation)); in ParseFunctionDeclaredType()