Searched refs:GetModuleNameByInternalName (Results 1 – 5 of 5) sorted by relevance
55 std::string GetModuleNameByInternalName(std::string_view local_name) const;
73 std::string GetModuleNameByInternalName(std::string_view internal_name) const;
113 std::string ModuleRecord::GetModuleNameByInternalName(std::string_view local_name) const in GetModuleNameByInternalName() function in panda::defect_scan_aux::ModuleRecord
189 std::string AbcFile::GetModuleNameByInternalName(std::string_view local_name) const in GetModuleNameByInternalName() function in panda::defect_scan_aux::AbcFile194 return module_record_->GetModuleNameByInternalName(local_name); in GetModuleNameByInternalName()580 std::string module_name = GetModuleNameByInternalName(inter_name); in ExtractClassInheritInfo()996 std::string module_name = GetModuleNameByInternalName(inter_name); in ResolveCallInstCommon()
169 std::string mod_name0 = abc_file->GetModuleNameByInternalName("var1"); in main()171 std::string mod_name1 = abc_file->GetModuleNameByInternalName("ns"); in main()173 std::string mod_name2 = abc_file->GetModuleNameByInternalName("var3"); in main()175 std::string mod_name3 = abc_file->GetModuleNameByInternalName("localVar4"); in main()