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