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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 41 /// MO_GOT_CALL - Represents the offset into the global offset table at
45 MO_GOT_CALL,
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 46 case MipsII::MO_GOT_CALL: Kind = MCSymbolRefExpr::VK_Mips_GOT_CALL; break;
MipsOptimizePICCall.cpp 272 if (Flags != MipsII::MO_GOT_CALL && Flags != MipsII::MO_CALL_LO16)
MipsAsmPrinter.cpp 566 case MipsII::MO_GOT_CALL: O << "%call16("; break;
    [all...]
MipsISelLowering.cpp     [all...]

Completed in 373 milliseconds