Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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_ostreamllvm::operator<< (raw_ostream &OS, const Type &T)
Type ** llvm::unwrap (LLVMTypeRef *Tys)
LLVMTypeRefllvm::wrap (Type **Tys)