Home
last modified time | relevance | path

Searched refs:GetEnumValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h47 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
63 return ThisABI < Other.GetEnumValue();
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp312 switch (static_cast<MipsTargetMachine &>(TM).getABI().GetEnumValue()) { in getCurrentABIString()