Home
last modified time | relevance | path

Searched refs:calculateWasmEHInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h76 void calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp334 void llvm::calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo) { in calculateWasmEHInfo() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp126 calculateWasmEHInfo(&fn, EHInfo); in set()