Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp983 std::string callee_name = ret_sym; in ResolveCallInstCommon() local
986 callee_name = ret_sym.substr(last_delim_idx + 1); in ResolveCallInstCommon()
988 callee_info->SetFunctionName(callee_name); in ResolveCallInstCommon()
991 std::string imp_callee_name = GetImportNameByInternalName(callee_name); in ResolveCallInstCommon()
995 std::string inter_name = var_name.empty() ? callee_name : var_name; in ResolveCallInstCommon()
1001 callee_info->SetFunctionName(callee_name); in ResolveCallInstCommon()