Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h54 std::string GetModuleNameByExportName(std::string_view export_name) const;
Dabc_file.h71 std::string GetModuleNameByExportName(std::string_view export_name) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dmodule_record.cpp103 std::string ModuleRecord::GetModuleNameByExportName(std::string_view export_name) const in GetModuleNameByExportName() function in panda::defect_scan_aux::ModuleRecord
Dabc_file.cpp181 std::string AbcFile::GetModuleNameByExportName(std::string_view export_name) const in GetModuleNameByExportName() function in panda::defect_scan_aux::AbcFile
186 return module_record_->GetModuleNameByExportName(export_name); in GetModuleNameByExportName()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp191 std::string ind_mod_name0 = abc_file->GetModuleNameByExportName("v"); in main()
193 std::string ind_mod_name1 = abc_file->GetModuleNameByExportName("foo"); in main()