Searched refs:getKeyLength (Results 1 – 9 of 9) sorted by relevance
31 size_t getKeyLength() const { return keyLength; } in getKeyLength() function109 return StringRef(getKeyData(), this->getKeyLength()); in getKey()120 return StringRef(getKeyData(), this->getKeyLength()); in first()144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy()
124 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) { in LookupBucketFor()169 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) { in FindKey()188 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
476 uint32_t KeyLength = asDerived().getKeyLength(Key); in EmitKeyDataLength()558 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf4cc7f220311::ObjCContextInfoTableInfo670 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220711::ObjCPropertyTableInfo739 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220811::ObjCMethodTableInfo871 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220a11::GlobalVariableTableInfo985 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220b11::GlobalFunctionTableInfo1043 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf4cc7f220c11::EnumConstantTableInfo1099 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220d11::CommonTypeTableInfo
107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
176 Size += F.getKeyLength() + 1; // Names[I]; in calculateNamesBufferSize()
235 unsigned getLength() const { return Entry->getKeyLength(); } in alignas()
491 unsigned IdLen = I->getKeyLength(); in PrintStats()
2585 for (const char *C = Name.getKeyData(), *E = C + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()2614 *E = Name.getKeyData() + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()