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