Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h88 void calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp380 void llvm::calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo) { in calculateWasmEHInfo() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp326 calculateWasmEHInfo(&fn, EHInfo); in set()