HomeSort by: relevance | last modified time | path
    Searched refs:LoSym (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 1179 const MCExpr *LoSym = MipsMCExpr::create(
1184 TmpInst.addOperand(MCOperand::createExpr(LoSym));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3411 const MCExpr *LoSym =
3414 MipsMCExpr::create(MipsMCExpr::MEK_LO, LoSym, getContext());
3463 const MCExpr *LoSym =
3466 MipsMCExpr::create(MipsMCExpr::MEK_LO, LoSym, getContext());
3546 const MCExpr *LoSym =
3549 MipsMCExpr::create(MipsMCExpr::MEK_LO, LoSym, getContext());

Completed in 54 milliseconds