LLVM API Documentation
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <string>
Go to the source code of this file.
Classes | |
class | llvm::Twine |
union | llvm::Twine::Child |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
Twine Inline Implementations | |
Twine | llvm::operator+ (const Twine &LHS, const Twine &RHS) |
Twine | llvm::operator+ (const char *LHS, const StringRef &RHS) |
Twine | llvm::operator+ (const StringRef &LHS, const char *RHS) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const Twine &RHS) |