Searched refs:SjLjEHPrepare (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 39 class SjLjEHPrepare : public FunctionPass { class 56 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anone0d7897d0111::SjLjEHPrepare 75 char SjLjEHPrepare::ID = 0; 76 INITIALIZE_PASS(SjLjEHPrepare, DEBUG_TYPE, "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() 136 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues() 171 Value *SjLjEHPrepare::setupFunctionContext(Function &F, in setupFunctionContext() 227 void SjLjEHPrepare::lowerIncomingArguments(Function &F) { in lowerIncomingArguments() [all …]
|
D | CMakeLists.txt | 137 SjLjEHPrepare.cpp
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 39 class SjLjEHPrepare : public FunctionPass { class 56 explicit SjLjEHPrepare() : FunctionPass(ID) {} in SjLjEHPrepare() function in __anon39ada0450111::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 …]
|
D | CMakeLists.txt | 117 SjLjEHPrepare.cpp
|
/external/llvm/test/CodeGen/Thumb/ |
D | sjljehprepare-lower-vector.ll | 2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | sjljehprepare-lower-vector.ll | 2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
|
/external/llvm/test/CodeGen/ARM/ |
D | sjljehprepare-lower-empty-struct.ll | 8 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | sjljehprepare-lower-empty-struct.ll | 9 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 140 lib/CodeGen/SjLjEHPrepare.cpp \
|
D | Android.bp | 205 "lib/CodeGen/SjLjEHPrepare.cpp",
|
D | BUILD.gn | 211 "lib/CodeGen/SjLjEHPrepare.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 430 ${LLVM_DIR}/lib/CodeGen/SjLjEHPrepare.cpp 979 ${LLVM_DIR}/lib/CodeGen/SjLjEHPrepare.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 313 llvm/lib/CodeGen/SjLjEHPrepare.cpp \
|
D | BUILD.gn | 884 "llvm/lib/CodeGen/SjLjEHPrepare.cpp",
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 423 ``SjLjEHPrepare`` pass.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 423 ``SjLjEHPrepare`` pass.
|