HomeSort by relevance Sort by last modified time
    Searched refs:VK_Mips_GOT_CALL (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 94 case MCSymbolRefExpr::VK_Mips_GOT_CALL: OS << "%call16("; break;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 203 case MCSymbolRefExpr::VK_Mips_GOT_CALL:
  /external/llvm/include/llvm/MC/
MCExpr.h 181 VK_Mips_GOT_CALL,
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 47 case MipsII::MO_GOT_CALL: Kind = MCSymbolRefExpr::VK_Mips_GOT_CALL; break;
  /external/llvm/lib/MC/
MCExpr.cpp 206 case VK_Mips_GOT_CALL: return "GOT_CALL";

Completed in 2777 milliseconds