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

/external/llvm/include/llvm/IR/
H A DValueMap.h177 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
180 const void *getPointerIntoBucketsArray() const { function in class:llvm::ValueMap
181 return Map.getPointerIntoBucketsArray();
/external/llvm/include/llvm/ADT/
H A DDenseMap.h239 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
242 const void *getPointerIntoBucketsArray() const { return getBuckets(); } function in class:llvm::DenseMapBase

Completed in 2333 milliseconds