Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp131 class WasmEHPrepare : public FunctionPass { class
154 WasmEHPrepare() : FunctionPass(ID) {} in WasmEHPrepare() function in __anon500321e20111::WasmEHPrepare
165 char WasmEHPrepare::ID = 0;
166 INITIALIZE_PASS(WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions",
169 FunctionPass *llvm::createWasmEHPass() { return new WasmEHPrepare(); } in createWasmEHPass()
171 bool WasmEHPrepare::doInitialization(Module &M) { in doInitialization()
180 bool WasmEHPrepare::runOnFunction(Function &F) { in runOnFunction()
260 void WasmEHPrepare::prepareEHPad(BasicBlock *BB, unsigned Index) { in prepareEHPad()
DCMakeLists.txt161 WasmEHPrepare.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsWebAssembly.td49 // exception pointer and selector values until we lower them in WasmEHPrepare.
61 // by WasmEHPrepare pass to generate landingpad table in EHStreamer. This is
62 // used in order to give them the indices in WasmEHPrepare.
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk337 llvm/lib/CodeGen/WasmEHPrepare.cpp \
DBUILD.gn908 "llvm/lib/CodeGen/WasmEHPrepare.cpp",
/external/swiftshader/
DCMakeLists.txt1003 ${LLVM_DIR}/lib/CodeGen/WasmEHPrepare.cpp