clang  3.7.0
Classes | Namespaces | Enumerations
EHScopeStack.h File Reference
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Value.h"
Include dependency graph for EHScopeStack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::CodeGen::BranchFixup
 
struct  clang::CodeGen::InvariantValue< T >
 
struct  clang::CodeGen::DominatingValue< T >
 
struct  clang::CodeGen::DominatingPointer< T, mightBeInstruction >
 
struct  clang::CodeGen::DominatingPointer< T, false >
 
struct  clang::CodeGen::DominatingValue< T * >
 
class  clang::CodeGen::EHScopeStack
 
class  clang::CodeGen::EHScopeStack::stable_iterator
 
class  clang::CodeGen::EHScopeStack::Cleanup
 
class  clang::CodeGen::EHScopeStack::Cleanup::Flags
 Generation flags. More...
 
class  clang::CodeGen::EHScopeStack::ConditionalCleanup< T, As >
 

Namespaces

 clang
 
 clang::CodeGen
 

Enumerations

enum  clang::CodeGen::CleanupKind : unsigned {
  clang::CodeGen::EHCleanup = 0x1, clang::CodeGen::NormalCleanup = 0x2, clang::CodeGen::NormalAndEHCleanup = EHCleanup | NormalCleanup, clang::CodeGen::InactiveCleanup = 0x4,
  clang::CodeGen::InactiveEHCleanup = EHCleanup | InactiveCleanup, clang::CodeGen::InactiveNormalCleanup = NormalCleanup | InactiveCleanup, clang::CodeGen::InactiveNormalAndEHCleanup = NormalAndEHCleanup | InactiveCleanup
}