LLVM 19.0.0git
Classes | Namespaces | Functions
Type.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TypeSize.h"
#include <cassert>
#include <cstdint>
#include <iterator>

Go to the source code of this file.

Classes

class  llvm::Type
 The instances of the Type class are immutable: once they are created, they are never changed. More...
 
struct  llvm::isa_impl< PointerType, Type >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const Type &T)
 
Type ** llvm::unwrap (LLVMTypeRef *Tys)
 
LLVMTypeRefllvm::wrap (Type **Tys)