Searched defs:Mips16Libcall (Results 1 – 1 of 1) sorted by relevance
34 struct Mips16Libcall { struct35 RTLIB::Libcall Libcall;36 const char *Name;38 bool operator<(const Mips16Libcall &RHS) const { in operator <()