Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp39 class SjLjEHPrepare : public FunctionPass { class
56 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anon5214aee40111::SjLjEHPrepare
75 char SjLjEHPrepare::ID = 0;
76 INITIALIZE_PASS(SjLjEHPrepare, "sjljehprepare", "Prepare SjLj exceptions",
80 FunctionPass *llvm::createSjLjEHPreparePass() { return new SjLjEHPrepare(); } in createSjLjEHPreparePass()
83 bool SjLjEHPrepare::doInitialization(Module &M) { in doInitialization()
103 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) { in insertCallSiteStore()
133 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
168 Value *SjLjEHPrepare::setupFunctionContext(Function &F, in setupFunctionContext()
224 void SjLjEHPrepare::lowerIncomingArguments(Function &F) { in lowerIncomingArguments()
[all …]
DCMakeLists.txt117 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.ll8 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
/external/swiftshader/third_party/LLVM/
DAndroid.mk140 lib/CodeGen/SjLjEHPrepare.cpp \
DBUILD.gn207 "lib/CodeGen/SjLjEHPrepare.cpp",
/external/swiftshader/
DCMakeLists.txt327 ${LLVM_DIR}/lib/CodeGen/SjLjEHPrepare.cpp
/external/llvm/docs/
DExceptionHandling.rst423 ``SjLjEHPrepare`` pass.