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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 56 /// MO_TLSGD - Represents the offset into the global offset table at which
59 MO_TLSGD,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 96 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
101 MO_TLSGD,
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 423 case MipsII::MO_TLSGD: O << "%tlsgd("; break;
MipsMCInstLower.cpp 52 case MipsII::MO_TLSGD: Kind = MCSymbolRefExpr::VK_Mips_TLSGD; break;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 188 case X86II::MO_TLSGD: O << "@TLSGD"; break;
X86MCInstLower.cpp 158 case X86II::MO_TLSGD: RefKind = MCSymbolRefExpr::VK_TLSGD; break;
X86ISelLowering.cpp     [all...]

Completed in 48 milliseconds