Home
last modified time | relevance | path

Searched refs:VK_Mips_GOT_OFST (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp110 case MCSymbolRefExpr::VK_Mips_GOT_OFST: OS << "%got_ofst("; break; in printExpr()
/external/llvm/include/llvm/MC/
DMCExpr.h197 VK_Mips_GOT_OFST enumerator
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp63 case MipsII::MO_GOT_OFST: Kind = MCSymbolRefExpr::VK_Mips_GOT_OFST; break; in LowerSymbolOperand()
/external/llvm/lib/MC/
DMCExpr.cpp222 case VK_Mips_GOT_OFST: return "GOT_OFST"; in getVariantKindName()