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.cpp167 if (WasmEHFuncInfo *WasmEHInfo = MF.getWasmEHFuncInfo()) { in initializeBaseYamlFields() local
169 WasmEHInfo->setUnwindDest(MF.getBlockNumbered(KV.first), in initializeBaseYamlFields()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp243 WasmEHInfo = new (Allocator) WasmEHFuncInfo(); in init()
303 if (WasmEHInfo) { in clear()
304 WasmEHInfo->~WasmEHFuncInfo(); in clear()
305 Allocator.Deallocate(WasmEHInfo); in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h287 WasmEHFuncInfo *WasmEHInfo = nullptr;
755 const WasmEHFuncInfo *getWasmEHFuncInfo() const { return WasmEHInfo; }
756 WasmEHFuncInfo *getWasmEHFuncInfo() { return WasmEHInfo; }