Home
last modified time | relevance | path

Searched refs:WasmEHFuncInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h26 struct WasmEHFuncInfo { struct
76 void calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo);
DMachineFunction.h76 struct WasmEHFuncInfo;
251 WasmEHFuncInfo *WasmEHInfo = nullptr;
443 const WasmEHFuncInfo *getWasmEHFuncInfo() const { return WasmEHInfo; }
444 WasmEHFuncInfo *getWasmEHFuncInfo() { return WasmEHInfo; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp125 WasmEHFuncInfo &EHInfo = *MF->getWasmEHFuncInfo(); in set()
316 WasmEHFuncInfo &EHInfo = *MF->getWasmEHFuncInfo(); in set()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp334 void llvm::calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo) { in calculateWasmEHInfo()
DMachineFunction.cpp181 WasmEHInfo = new (Allocator) WasmEHFuncInfo(); in init()