Searched defs:MIRStrConst (Results 1 – 2 of 2) sorted by relevance
232 MIRStrConst::MIRStrConst(const std::string &str, MIRType &type) in MIRStrConst() function in maple::MIRStrConst
316 MIRStrConst(UStrIdx val, MIRType &type) : MIRConst(type, kConstStrConst), value(val) {} in MIRStrConst() function