Lines Matching refs:GlobalValue
36 static_assert(sizeof(GlobalValue) ==
41 static_assert(sizeof(GlobalObject) == sizeof(GlobalValue) + sizeof(void *),
44 bool GlobalValue::isMaterializable() const { in isMaterializable()
49 Error GlobalValue::materialize() { in materialize()
55 void GlobalValue::destroyConstantImpl() { in destroyConstantImpl()
59 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
65 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom()
74 void GlobalValue::removeFromParent() { in removeFromParent()
86 void GlobalValue::eraseFromParent() { in eraseFromParent()
98 bool GlobalValue::isInterposable() const { in isInterposable()
105 bool GlobalValue::canBenefitFromLocalAlias() const { in canBenefitFromLocalAlias()
112 unsigned GlobalValue::getAddressSpace() const { in getAddressSpace()
128 GlobalValue::copyAttributesFrom(Src); in copyAttributesFrom()
133 std::string GlobalValue::getGlobalIdentifier(StringRef Name, in getGlobalIdentifier()
134 GlobalValue::LinkageTypes Linkage, in getGlobalIdentifier()
144 if (llvm::GlobalValue::isLocalLinkage(Linkage)) { in getGlobalIdentifier()
157 std::string GlobalValue::getGlobalIdentifier() const { in getGlobalIdentifier()
162 StringRef GlobalValue::getSection() const { in getSection()
172 const Comdat *GlobalValue::getComdat() const { in getComdat()
185 StringRef GlobalValue::getPartition() const { in getPartition()
191 void GlobalValue::setPartition(StringRef S) { in setPartition()
228 bool GlobalValue::isDeclaration() const { in isDeclaration()
283 const GlobalObject *GlobalValue::getBaseObject() const { in getBaseObject()
291 bool GlobalValue::isAbsoluteSymbolRef() const { in isAbsoluteSymbolRef()
299 Optional<ConstantRange> GlobalValue::getAbsoluteSymbolRange() const { in getAbsoluteSymbolRange()
311 bool GlobalValue::canBeOmittedFromSymbolTable() const { in canBeOmittedFromSymbolTable()
430 : GlobalValue(Ty, VTy, &Op<0>(), 1, Linkage, Name, AddressSpace) { in GlobalIndirectSymbol()
499 GlobalValue *Aliasee) { in create()
504 GlobalValue *Aliasee) { in create()
509 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create()