Lines Matching refs:GlobalValue
31 bool GlobalValue::isMaterializable() const { in isMaterializable()
36 std::error_code GlobalValue::materialize() { in materialize()
42 void GlobalValue::destroyConstantImpl() { in destroyConstantImpl()
46 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
52 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
58 unsigned GlobalValue::getAlignment() const { in getAlignment()
94 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
95 GlobalValue::copyAttributesFrom(Src); in copyAttributesFrom()
102 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier()
103 GlobalValue::LinkageTypes Linkage, in getGlobalIdentifier()
113 if (llvm::GlobalValue::isLocalLinkage(Linkage)) { in getGlobalIdentifier()
126 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier()
131 StringRef GlobalValue::getSection() const { in getSection()
141 Comdat *GlobalValue::getComdat() { in getComdat()
161 bool GlobalValue::isDeclaration() const { in isDeclaration()
175 bool GlobalValue::canIncreaseAlignment() const { in canIncreaseAlignment()
295 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
315 : GlobalValue(Ty, VTy, &Op<0>(), 1, Linkage, Name, AddressSpace) { in GlobalIndirectSymbol()
347 GlobalValue *Aliasee) { in create()
352 GlobalValue *Aliasee) { in create()
358 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create()