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

  /external/llvm/include/llvm/
DerivedTypes.h 451 inline unsigned getAddressSpace() const { return getSubclassData(); }
  /external/clang/lib/CodeGen/
CGValue.h 224 unsigned getAddressSpace() const { return Quals.getAddressSpace(); }
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 406 ID.AddInteger(GA->getAddressSpace());
    [all...]
  /external/clang/include/clang/AST/
Type.h 274 unsigned getAddressSpace() const { return Mask >> AddressSpaceShift; }
328 addAddressSpace(Q.getAddressSpace());
339 assert(getAddressSpace() == qs.getAddressSpace() ||
354 getAddressSpace() == other.getAddressSpace() &&
882 /// getAddressSpace - Return the address space of this type.
883 inline unsigned getAddressSpace() const;
    [all...]

Completed in 66 milliseconds