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

  /external/llvm/lib/Support/
StringMap.cpp 19 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) {
20 ItemSize = itemSize;
95 char *ItemStr = (char*)BucketItem+ItemSize;
139 char *ItemStr = (char*)BucketItem+ItemSize;
158 const char *VStr = (char*)V + ItemSize;
  /external/llvm/include/llvm/ADT/
StringMap.h 62 unsigned ItemSize;
64 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) {
71 StringMapImpl(unsigned InitSize, unsigned ItemSize);

Completed in 19 milliseconds