LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/EscapeEnumerator.h"
#include "llvm/IR/EHPersonalities.h"
#include "llvm/IR/Module.h"
#include "llvm/TargetParser/Triple.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::CallingConv::C, llvm::getDefaultEHPersonality(), llvm::getEHPersonalityName(), and llvm::Type::getInt32Ty().
Referenced by llvm::EscapeEnumerator::Next().