Searched refs:HasGotOfst (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp1721 bool HasGotOfst = (GV->hasInternalLinkage() || local
1724 (HasGotOfst ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT_DISP) :
1725 (HasGotOfst ? MipsII::MO_GOT : MipsII::MO_GOT16);
1732 if (!HasGotOfst)

Completed in 203 milliseconds