Searched defs:Mips16Libcall (Results 1 – 1 of 1) sorted by relevance
37 struct Mips16Libcall { struct38 RTLIB::Libcall Libcall;39 const char *Name;41 bool operator<(const Mips16Libcall &RHS) const { in operator <()