Searched refs:isGOT (Results 1 – 5 of 5) sorted by relevance
42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
890 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
377 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
69 bool isGOT() const { return Kind == GOT; } in isGOT() function
1492 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()