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

  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 99 case MCSymbolRefExpr::VK_Mips_TLSGD: OS << "%tlsgd("; break;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 218 case MCSymbolRefExpr::VK_Mips_TLSGD:
  /external/llvm/include/llvm/MC/
MCExpr.h 186 VK_Mips_TLSGD,
  /external/llvm/lib/MC/
MCELFStreamer.cpp 441 case MCSymbolRefExpr::VK_Mips_TLSGD:
MCExpr.cpp 211 case VK_Mips_TLSGD: return "TLSGD";
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 52 case MipsII::MO_TLSGD: Kind = MCSymbolRefExpr::VK_Mips_TLSGD; break;

Completed in 190 milliseconds