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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 54 case MipsII::MO_GOTTPREL: Kind = MCSymbolRefExpr::VK_Mips_GOTTPREL; break;
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 155 case MCSymbolRefExpr::VK_Mips_GOTTPREL: OS << "%gottprel("; break;
  /external/llvm/include/llvm/MC/
MCExpr.h 252 VK_Mips_GOTTPREL,
  /external/llvm/lib/MC/
MCELFStreamer.cpp 344 case MCSymbolRefExpr::VK_Mips_GOTTPREL:
MCExpr.cpp 260 case VK_Mips_GOTTPREL: return "GOTTPREL";
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 454 case MCSymbolRefExpr::VK_Mips_GOTTPREL:
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 358 milliseconds