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

  /external/llvm/include/llvm/ADT/
ValueMap.h 174 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
177 const void *getPointerIntoBucketsArray() const {
178 return Map.getPointerIntoBucketsArray();
DenseMap.h 240 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
243 const void *getPointerIntoBucketsArray() const { return getBuckets(); }

Completed in 149 milliseconds