Searched refs:getPointerIntoBucketsArray (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValueMap.h214 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
217 const void *getPointerIntoBucketsArray() const { function in class:llvm::ValueMap
218 return Map.getPointerIntoBucketsArray();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DValueMap.h171 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
174 const void *getPointerIntoBucketsArray() const { function in class:llvm::ValueMap
175 return Map.getPointerIntoBucketsArray();
H A DDenseMap.h232 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
235 const void *getPointerIntoBucketsArray() const { return Buckets; } function in class:llvm::DenseMap
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValue.cpp463 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
/external/llvm/lib/IR/
H A DValue.cpp714 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
/external/llvm/include/llvm/ADT/
H A DDenseMap.h278 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
281 const void *getPointerIntoBucketsArray() const { return getBuckets(); } function in class:llvm::DenseMapBase
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h293 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
296 const void *getPointerIntoBucketsArray() const { return getBuckets(); } function in class:llvm::DenseMapBase

Completed in 194 milliseconds