Searched defs:GlobalValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
31 class GlobalValue : public Constant { class in namespace:llvm
32 GlobalValue(const GlobalValue &) = delete;
64 GlobalValue(PointerType *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
107 ~GlobalValue() override {
119 return const_cast<GlobalValue *>(this)->getComdat();
283 /// Copy all additional attributes (those not needed to create a GlobalValue)
284 /// from the GlobalValue Src to this one.
285 virtual void copyAttributesFrom(const GlobalValue *Sr
[all...]

Completed in 109 milliseconds