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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 46 case MipsII::MO_GOT_CALL: Kind = MCSymbolRefExpr::VK_Mips_GOT_CALL; break;
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 146 case MCSymbolRefExpr::VK_Mips_GOT_CALL: OS << "%call16("; break;
  /external/llvm/include/llvm/MC/
MCExpr.h 255 VK_Mips_GOT_CALL,
  /external/llvm/lib/MC/
MCExpr.cpp 259 case VK_Mips_GOT_CALL: return "GOT_CALL";
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 525 case MCSymbolRefExpr::VK_Mips_GOT_CALL:
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 34 milliseconds