Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp57 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
67 offset += Entry->getKeyLength() + 1; in emit()
H A DDwarfDebug.cpp1636 Asm->OutStreamer.EmitBytes(StringRef(Name, GI.getKeyLength() + 1)); in emitDebugPubSection()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp97 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 DStringPool.h123 return S->getKeyData() + S->getKeyLength(); in end()
128 return S->getKeyLength(); in size()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h36 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 DIdentifierTable.h110 if (Entry) return Entry->getKeyLength(); in getLength()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp304 unsigned IdLen = I->getKeyLength(); in PrintStats()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp466 EmitBuf((*I)->getKeyData(), (*I)->getKeyLength()+1 /*nul included*/); in EmitCachedSpellings()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DFunction.cpp438 unsigned Len = ValName->getKeyLength(); in lookupIntrinsicID()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1628 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength(); in WriteValueSymbolTable()
1657 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P) in WriteValueSymbolTable()