LLVM
8.0.1
|
This is the complete list of members for llvm::Twine, including all inherited members.
concat(const Twine &Suffix) const | llvm::Twine | inline |
createNull() | llvm::Twine | inlinestatic |
dump() const | llvm::Twine | |
dumpRepr() const | llvm::Twine | |
getSingleStringRef() const | llvm::Twine | inline |
isSingleStringRef() const | llvm::Twine | inline |
isTriviallyEmpty() const | llvm::Twine | inline |
operator=(const Twine &)=delete | llvm::Twine | |
print(raw_ostream &OS) const | llvm::Twine | |
printRepr(raw_ostream &OS) const | llvm::Twine | |
str() const | llvm::Twine | |
toNullTerminatedStringRef(SmallVectorImpl< char > &Out) const | llvm::Twine | |
toStringRef(SmallVectorImpl< char > &Out) const | llvm::Twine | inline |
toVector(SmallVectorImpl< char > &Out) const | llvm::Twine | |
Twine() | llvm::Twine | inline |
Twine(const Twine &)=default | llvm::Twine | |
Twine(const char *Str) | llvm::Twine | inline |
Twine(const std::string &Str) | llvm::Twine | inline |
Twine(const StringRef &Str) | llvm::Twine | inline |
Twine(const SmallVectorImpl< char > &Str) | llvm::Twine | inline |
Twine(const formatv_object_base &Fmt) | llvm::Twine | inline |
Twine(char Val) | llvm::Twine | inlineexplicit |
Twine(signed char Val) | llvm::Twine | inlineexplicit |
Twine(unsigned char Val) | llvm::Twine | inlineexplicit |
Twine(unsigned Val) | llvm::Twine | inlineexplicit |
Twine(int Val) | llvm::Twine | inlineexplicit |
Twine(const unsigned long &Val) | llvm::Twine | inlineexplicit |
Twine(const long &Val) | llvm::Twine | inlineexplicit |
Twine(const unsigned long long &Val) | llvm::Twine | inlineexplicit |
Twine(const long long &Val) | llvm::Twine | inlineexplicit |
Twine(const char *LHS, const StringRef &RHS) | llvm::Twine | inline |
Twine(const StringRef &LHS, const char *RHS) | llvm::Twine | inline |
utohexstr(const uint64_t &Val) | llvm::Twine | inlinestatic |