Home
last modified time | relevance | path

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

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