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