Searched refs:isGOT (Results 1 – 3 of 3) sorted by relevance
41 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()47 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()53 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
854 if (PSV->isGOT() || PSV->isConstantPool()) in isLoadFromGOTOrConstantPool()
63 bool isGOT() const { return Kind == GOT; } in isGOT() function