LLVM API Documentation

Classes | Namespaces | Typedefs | Functions
Value.h File Reference
#include "llvm-c/Core.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/Use.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
Include dependency graph for Value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::Value
 LLVM Value Representation. More...
class  llvm::Value::use_iterator_impl< UseT >
class  llvm::Value::user_iterator_impl< UserTy >
struct  llvm::isa_impl< Constant, Value >
struct  llvm::isa_impl< Argument, Value >
struct  llvm::isa_impl< InlineAsm, Value >
struct  llvm::isa_impl< Instruction, Value >
struct  llvm::isa_impl< BasicBlock, Value >
struct  llvm::isa_impl< Function, Value >
struct  llvm::isa_impl< GlobalVariable, Value >
struct  llvm::isa_impl< GlobalAlias, Value >
struct  llvm::isa_impl< GlobalValue, Value >
struct  llvm::isa_impl< GlobalObject, Value >
struct  llvm::isa_impl< MDNode, Value >
class  llvm::PointerLikeTypeTraits< Value * >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Typedefs

typedef StringMapEntry< Value * > llvm::ValueName

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const Value &V)
Value ** llvm::unwrap (LLVMValueRef *Vals)
template<typename T >
T ** llvm::unwrap (LLVMValueRef *Vals, unsigned Length)
LLVMValueRefllvm::wrap (const Value **Vals)