Lines Matching refs:GlobalObject
61 if (const GlobalObject *GO = GA->getBaseObject()) in getAlignment()
69 return cast<GlobalObject>(this)->getAlignment(); in getAlignment()
72 void GlobalObject::setAlignment(unsigned Align) { in setAlignment()
82 unsigned GlobalObject::getGlobalObjectSubClassData() const { in getGlobalObjectSubClassData()
87 void GlobalObject::setGlobalObjectSubClassData(unsigned Val) { in setGlobalObjectSubClassData()
94 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
96 if (const auto *GV = dyn_cast<GlobalObject>(Src)) { in copyAttributesFrom()
134 if (const GlobalObject *GO = GA->getBaseObject()) in getSection()
138 return cast<GlobalObject>(this)->getSection(); in getSection()
144 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat()
145 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
151 return cast<GlobalObject>(this)->getComdat(); in getComdat()
154 void GlobalObject::setSection(StringRef S) { in setSection()
224 : GlobalObject(Ty, Value::GlobalVariableVal, in GlobalVariable()
242 : GlobalObject(Ty, Value::GlobalVariableVal, in GlobalVariable()
296 GlobalObject::copyAttributesFrom(Src); in copyAttributesFrom()