HomeSort by relevance Sort by last modified time
    Searched defs:GlobalValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
GlobalValue.h 1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
35 class GlobalValue : public Constant {
36 GlobalValue(const GlobalValue &) = delete;
68 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
125 ~GlobalValue() override {
137 return const_cast<GlobalValue *>(this)->getComdat();
301 /// Copy all additional attributes (those not needed to create a GlobalValue)
302 /// from the GlobalValue Src to this one.
303 virtual void copyAttributesFrom(const GlobalValue *Src)
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 106 GlobalValue,
179 Kind == FixedStackObject || Kind == GlobalValue ||

Completed in 60 milliseconds