Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringMap.cpp121 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) { in LookupBucketFor()
164 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) { in FindKey()
183 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
H A DDwarfDebug.cpp2526 Asm->OutStreamer->emitBytes(StringRef(Name, GI.getKeyLength() + 1)); in emitDebugPubSection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp175 Size += F.getKeyLength() + 1; // Names[I]; in calculateNamesBufferSize()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h193 unsigned getLength() const { return Entry->getKeyLength(); } in getLength()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp464 unsigned IdLen = I->getKeyLength(); in PrintStats()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2586 for (const char *C = Name.getKeyData(), *E = C + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()
2615 *E = Name.getKeyData() + Name.getKeyLength(); in writeFunctionLevelValueSymbolTable()