Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp166 if (WasmEHFuncInfo *WasmEHInfo = MF.getWasmEHFuncInfo()) { in initializeBaseYamlFields() local
168 WasmEHInfo->setUnwindDest(MF.getBlockNumbered(KV.first), in initializeBaseYamlFields()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp240 WasmEHInfo = new (Allocator) WasmEHFuncInfo(); in init()
304 if (WasmEHInfo) { in clear()
305 WasmEHInfo->~WasmEHFuncInfo(); in clear()
306 Allocator.Deallocate(WasmEHInfo); in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h314 WasmEHFuncInfo *WasmEHInfo = nullptr;
790 const WasmEHFuncInfo *getWasmEHFuncInfo() const { return WasmEHInfo; }
791 WasmEHFuncInfo *getWasmEHFuncInfo() { return WasmEHInfo; }