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

  /external/llvm/include/llvm/
DerivedTypes.h 445 inline unsigned getAddressSpace() const { return getSubclassData(); }
  /external/clang/lib/CodeGen/
CGValue.h 227 unsigned getAddressSpace() const { return Quals.getAddressSpace(); }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 271 unsigned getAddressSpace() const { return Mask >> AddressSpaceShift; }
325 addAddressSpace(Q.getAddressSpace());
336 assert(getAddressSpace() == qs.getAddressSpace() ||
351 getAddressSpace() == other.getAddressSpace() &&
814 /// getAddressSpace - Return the address space of this type.
815 inline unsigned getAddressSpace() const;
    [all...]

Completed in 70 milliseconds