Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringMapEntry.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-head/contrib/llvm-project/llvm/lib/Support/
HDStringMap.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-head/contrib/llvm-project/llvm/lib/Target/
HDTargetIntrinsicInfo.cpp26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/freebsd-head/contrib/llvm-project/clang/lib/APINotes/
HDAPINotesWriter.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::__anon8685b6eb0311::ContextInfoTableInfo
679 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0711::ObjCPropertyTableInfo
748 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0811::ObjCMethodTableInfo
783 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0811::CXXMethodTableInfo
935 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0a11::GlobalVariableTableInfo
1048 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0b11::GlobalFunctionTableInfo
1105 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anon8685b6eb0c11::EnumConstantTableInfo
1162 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon8685b6eb0d11::CommonTypeTableInfo
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfStringPool.cpp107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStreamBuilder.cpp176 Size += F.getKeyLength() + 1; // Names[I]; in calculateNamesBufferSize()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h244 unsigned getLength() const { return Entry->getKeyLength(); } in alignas()
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp492 unsigned IdLen = I->getKeyLength(); in PrintStats()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2576 for (const char *C = Name.getKeyData(), *E = C + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()
2605 *E = Name.getKeyData() + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()