Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp232 size_t AddNamespaceImportToModuleLiteralArray(AbckitCoreModule *importing, AbckitCoreModule *import… in AddNamespaceImportToModuleLiteralArray() function
311 …return (std::strcmp(params->name, "*") == 0) ? AddNamespaceImportToModuleLiteralArray(importing, i… in AddImportToModuleLiteralArray()
472 auto nsImpIdx = AddNamespaceImportToModuleLiteralArray(exporting, exported, &params2); in AddStarExportToModuleLiteralArray()