Lines Matching refs:GlobalObject
60 if (const GlobalObject *GO = GA->getBaseObject()) in getAlignment()
68 return cast<GlobalObject>(this)->getAlignment(); in getAlignment()
71 void GlobalObject::setAlignment(unsigned Align) { in setAlignment()
81 unsigned GlobalObject::getGlobalObjectSubClassData() const { in getGlobalObjectSubClassData()
86 void GlobalObject::setGlobalObjectSubClassData(unsigned Val) { in setGlobalObjectSubClassData()
93 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
95 if (const auto *GV = dyn_cast<GlobalObject>(Src)) { in copyAttributesFrom()
104 if (const GlobalObject *GO = GA->getBaseObject()) in getSection()
108 return cast<GlobalObject>(this)->getSection(); in getSection()
114 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat()
115 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
118 return cast<GlobalObject>(this)->getComdat(); in getComdat()
121 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection()
145 : GlobalObject(Ty, Value::GlobalVariableVal, in GlobalVariable()
163 : GlobalObject(Ty, Value::GlobalVariableVal, in GlobalVariable()
217 GlobalObject::copyAttributesFrom(Src); in copyAttributesFrom()