LLVM
8.0.1
|
#include "llvm/Transforms/Utils/EscapeEnumerator.h"
#include "llvm/Analysis/EHPersonalities.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/Module.h"
Go to the source code of this file.
Functions | |
static Constant * | getDefaultPersonalityFn (Module *M) |
Definition at line 22 of file EscapeEnumerator.cpp.
References C, llvm::FunctionType::get(), llvm::Module::getContext(), llvm::getDefaultEHPersonality(), llvm::getEHPersonalityName(), llvm::Type::getInt32Ty(), llvm::Module::getOrInsertFunction(), llvm::Module::getTargetTriple(), and T.
Referenced by llvm::EscapeEnumerator::Next().