Home
last modified time | relevance | path

Searched defs:Mips16Libcall (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp35 struct Mips16Libcall { struct
36 RTLIB::Libcall Libcall;
37 const char *Name;
39 bool operator<(const Mips16Libcall &RHS) const { in operator <()