reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
899 if (PSV->isGOT() || PSV->isConstantPool())
lib/CodeGen/PseudoSourceValue.cpp45 if (isGOT() || isConstantPool() || isJumpTable()) 51 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) 57 return !(isGOT() || isConstantPool() || isJumpTable());