Home
last modified time | relevance | path

Searched refs:getKeyLength (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h31 size_t getKeyLength() const { return keyLength; } in getKeyLength() function
109 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp124 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp476 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::ObjCContextInfoTableInfo
670 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220711::ObjCPropertyTableInfo
739 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220811::ObjCMethodTableInfo
871 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220a11::GlobalVariableTableInfo
985 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220b11::GlobalFunctionTableInfo
1043 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf4cc7f220c11::EnumConstantTableInfo
1099 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf4cc7f220d11::CommonTypeTableInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp176 Size += F.getKeyLength() + 1; // Names[I]; in calculateNamesBufferSize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h235 unsigned getLength() const { return Entry->getKeyLength(); } in alignas()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp491 unsigned IdLen = I->getKeyLength(); in PrintStats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2585 for (const char *C = Name.getKeyData(), *E = C + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()
2614 *E = Name.getKeyData() + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()