Searched defs:NameMap (Results 1 – 3 of 3) sorted by relevance
18 struct NameMap { struct19 const char* from; ///< the prefix of the input string. (match FROM*)20 const char* to; ///< the output string.21 InputSectDesc::KeepPolicy policy; /// mark whether the input is kept in GC
559 using NameMap = std::unordered_map<uint32_t, const char*>; in format_name() typedef
590 using NameMap = std::unordered_map<uint32_t, const char*>; in format_name() typedef