Searched refs:isGOT (Results 1 – 5 of 5) sorted by relevance
45 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()57 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
879 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
373 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
69 bool isGOT() const { return Kind == GOT; } in isGOT() function
1486 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()