HomeSort by relevance Sort by last modified time
    Searched full:getmatchinglotype (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 264 static unsigned getMatchingLoType(const MCAssembler &Asm,
294 return getMatchingLoType(Asm, First) != ELF::R_MIPS_NONE &&
295 getMatchingLoType(Asm, First) == Second.Type &&
378 if (getMatchingLoType(Asm, MipsRelocs[I].R) == ELF::R_MIPS_NONE ||

Completed in 163 milliseconds