Searched refs:getKeyLength (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 57 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit() 67 offset += Entry->getKeyLength() + 1; in emit()
|
| H A D | DwarfDebug.cpp | 1636 Asm->OutStreamer.EmitBytes(StringRef(Name, GI.getKeyLength() + 1)); in emitDebugPubSection()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | StringMap.cpp | 97 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) { in LookupBucketFor() 141 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) { in FindKey() 160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | StringPool.h | 123 return S->getKeyData() + S->getKeyLength(); in end() 128 return S->getKeyLength(); in size()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ |
| H A D | TargetIntrinsicInfo.cpp | 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 36 unsigned getKeyLength() const { return StrLen; } in getKeyLength() function 125 return StringRef(getKeyData(), getKeyLength()); in getKey() 138 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); } in first() 195 static_cast<unsigned>(sizeof(StringMapEntry)) + getKeyLength() + 1; in Destroy()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 110 if (Entry) return Entry->getKeyLength(); in getLength()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 304 unsigned IdLen = I->getKeyLength(); in PrintStats()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CacheTokens.cpp | 466 EmitBuf((*I)->getKeyData(), (*I)->getKeyLength()+1 /*nul included*/); in EmitCachedSpellings()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Function.cpp | 438 unsigned Len = ValName->getKeyLength(); in lookupIntrinsicID()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1628 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength(); in WriteValueSymbolTable() 1657 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P) in WriteValueSymbolTable()
|