Home
last modified time | relevance | path

Searched refs:getKeyData (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DStringPool.h118 return S->getKeyData(); in begin()
123 return S->getKeyData() + S->getKeyLength(); in end()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp100 return it->getKeyData(); in GetConstCStringWithStringRef()
108 return entry.getKeyData(); in GetConstCStringWithStringRef()
129 demangled_ccstr = entry.getKeyData(); in GetConstCStringAndSetMangledCounterPart()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringMap.h138 return StringRef(getKeyData(), getKeyLength()); in getKey()
149 const char *getKeyData() const {return reinterpret_cast<const char*>(this+1);} in getKeyData() function
151 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); } in first()
173 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp38 << *VI.getValue()->getType() << "' Name = '" << VI.getKeyData() in ~ValueSymbolTable()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp110 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
H A DDwarfDebug.cpp1857 const char *Name = GI.getKeyData(); in emitDebugPubSection()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h150 const char *getNameStart() const { return Entry->getKeyData(); } in alignas()