Home
last modified time | relevance | path

Searched refs:SjLjEHPrepare (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp47 class SjLjEHPrepare : public FunctionPass { class
65 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anon39ada0450111::SjLjEHPrepare
84 char SjLjEHPrepare::ID = 0;
85 INITIALIZE_PASS(SjLjEHPrepare, "sjljehprepare", "Prepare SjLj exceptions",
89 FunctionPass *llvm::createSjLjEHPreparePass() { return new SjLjEHPrepare(); } in createSjLjEHPreparePass()
92 bool SjLjEHPrepare::doInitialization(Module &M) { in doInitialization()
127 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) { in insertCallSiteStore()
157 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
192 Value *SjLjEHPrepare::setupFunctionContext(Function &F, in setupFunctionContext()
250 void SjLjEHPrepare::lowerIncomingArguments(Function &F) { in lowerIncomingArguments()
[all …]
DAndroid.mk111 SjLjEHPrepare.cpp \
DCMakeLists.txt114 SjLjEHPrepare.cpp
/external/llvm/test/CodeGen/Thumb/
Dsjljehprepare-lower-vector.ll2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
/external/llvm/test/CodeGen/ARM/
Dsjljehprepare-lower-empty-struct.ll7 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
/external/llvm/docs/
DExceptionHandling.rst423 ``SjLjEHPrepare`` pass.