Searched refs:GetStringByStringId (Results 1 – 2 of 2) sorted by relevance
254 return GetStringByStringId(EntityId(string_id)); in GetStringByInst()389 request_modules.push_back(GetStringByStringId(EntityId(request_modules_idx[idx]))); in ExtractModuleRecord()406 std::string local_name = GetStringByStringId(EntityId(local_name_offset)); in ExtractModuleRecord()407 std::string import_name = GetStringByStringId(EntityId(import_name_offset)); in ExtractModuleRecord()414 std::string local_name = GetStringByStringId(EntityId(local_name_offset)); in ExtractModuleRecord()422 std::string local_name = GetStringByStringId(EntityId(local_name_offset)); in ExtractModuleRecord()423 std::string export_name = GetStringByStringId(EntityId(export_name_offset)); in ExtractModuleRecord()430 std::string export_name = GetStringByStringId(EntityId(export_name_offset)); in ExtractModuleRecord()431 std::string import_name = GetStringByStringId(EntityId(import_name_offset)); in ExtractModuleRecord()464 std::string func_name = GetStringByStringId(mda.GetNameId()); in InitializeAllDefinedFunction()[all …]
122 std::string GetStringByStringId(panda_file::File::EntityId string_id) const;