Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp129 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) { in LookupBucketFor()
176 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) { in FindKey()
195 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp486 uint32_t KeyLength = asDerived().getKeyLength(Key); in EmitKeyDataLength()
567 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf7d29e6c0311::ContextInfoTableInfo
679 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0711::ObjCPropertyTableInfo
748 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::ObjCMethodTableInfo
783 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::CXXMethodTableInfo
935 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0a11::GlobalVariableTableInfo
1048 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0b11::GlobalFunctionTableInfo
1105 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf7d29e6c0c11::EnumConstantTableInfo
1162 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0d11::CommonTypeTableInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringTable.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp176 Size += F.getKeyLength() + 1; // Names[I]; in calculateNamesBufferSize()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h244 unsigned getLength() const { return Entry->getKeyLength(); } in getLength()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp492 unsigned IdLen = I->getKeyLength(); in PrintStats()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2576 for (const char *C = Name.getKeyData(), *E = C + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()
2605 *E = Name.getKeyData() + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()