Searched defs:NameMap (Results 1 – 1 of 1) 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