|
LLVM
4.0.0
|
#include "llvm/Transforms/Utils/EscapeEnumerator.h"#include "llvm/Analysis/EHPersonalities.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/Module.h"#include "llvm/Transforms/Utils/Local.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().
1.8.6