Lines Matching refs:GlobalValue
30 bool GlobalValue::isMaterializable() const { in isMaterializable()
35 std::error_code GlobalValue::materialize() { in materialize()
41 void GlobalValue::destroyConstantImpl() { in destroyConstantImpl()
45 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl()
51 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
57 unsigned GlobalValue::getAlignment() const { in getAlignment()
93 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
94 GlobalValue::copyAttributesFrom(Src); in copyAttributesFrom()
101 const char *GlobalValue::getSection() const { in getSection()
111 Comdat *GlobalValue::getComdat() { in getComdat()
123 bool GlobalValue::isDeclaration() const { in isDeclaration()
216 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
232 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name, in GlobalAlias()
254 GlobalValue *Aliasee) { in create()
259 GlobalValue *Aliasee) { in create()
265 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create()