Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.h214 std::map<std::string, std::vector<std::string>> modulearray_table_; variable
Ddisassembler.cpp95 for (const auto &[module_offset, array_table] : modulearray_table_) { in Serialize()
378 modulearray_table_.emplace(ss.str(), GetModuleLiteralArray(id)); in GetLiteralArrays()
630 for (auto &module_array : modulearray_table_) { in GetModuleLiterals()