Searched refs:module_offset (Results 1 – 3 of 3) sorted by relevance
481 int module_offset = -1; in ExtractModuleInfo() local496 module_offset = field_accessor.GetValue<int32_t>().value(); in ExtractModuleInfo()506 } else if (module_offset == -1) { in ExtractModuleInfo()514 ExtractModuleRecord(EntityId(module_offset), module_record); in ExtractModuleInfo()533 auto module_offset = field_accessor.GetValue<int32_t>().value(); in ExtractMergeAbcModuleInfo() local536 ExtractModuleRecord(EntityId(module_offset), module_record); in ExtractMergeAbcModuleInfo()
135 void Serialize(const std::string &module_offset, const std::vector<std::string> &module_array,
94 for (const auto &[module_offset, array_table] : modulearray_table_) { in Serialize()95 Serialize(module_offset, array_table, os); in Serialize()1258 void Disassembler::Serialize(const std::string &module_offset, const std::vector<std::string> &modu… in Serialize() argument1261 os << module_offset << " "; in Serialize()