Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h52 std::string GetInternalNameByExportName(std::string_view export_name) const;
Dabc_file.h68 std::string GetInternalNameByExportName(std::string_view export_name) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dmodule_record.cpp83 std::string ModuleRecord::GetInternalNameByExportName(std::string_view export_name) const in GetInternalNameByExportName() function in panda::defect_scan_aux::ModuleRecord
Dabc_file.cpp110 std::string inter_func_name = GetInternalNameByExportName(export_func_name); in GetExportFunctionByExportName()
138 std::string inter_class_name = GetInternalNameByExportName(export_class_name); in GetExportClassByExportName()
165 std::string AbcFile::GetInternalNameByExportName(std::string_view export_name) const in GetInternalNameByExportName() function in panda::defect_scan_aux::AbcFile
170 return module_record_->GetInternalNameByExportName(export_name); in GetInternalNameByExportName()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp126 std::string inter_name0 = abc_file->GetInternalNameByExportName("UInput"); in main()
150 std::string inter_name1 = abc_file->GetInternalNameByExportName("exFunc3"); in main()
156 std::string inter_name2 = abc_file->GetInternalNameByExportName("default"); in main()
162 std::string inter_name3 = abc_file->GetInternalNameByExportName("func2"); in main()