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

/external/llvm/include/llvm/ADT/
H A DStringMap.h121 return StringRef(getKeyData(), getKeyLength());
129 /// getKeyData - Return the start of the string data that is the key for this
132 const char *getKeyData() const {return reinterpret_cast<const char*>(this+1);} function in class:llvm::StringMapEntry
134 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); }
159 char *StrBuffer = const_cast<char*>(NewItem->getKeyData());

Completed in 66 milliseconds