LLVM API Documentation
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include <iterator>
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Enumerations | |
enum | llvm::AtomicOrdering { llvm::NotAtomic = 0, llvm::Unordered = 1, llvm::Monotonic = 2, llvm::Acquire = 4, llvm::Release = 5, llvm::AcquireRelease = 6, llvm::SequentiallyConsistent = 7 } |
enum | llvm::SynchronizationScope { llvm::SingleThread = 0, llvm::CrossThread = 1 } |
Functions | |
Type * | llvm::checkGEPType (Type *Ty) |