reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineFunction.h
  514   const WasmEHFuncInfo *getWasmEHFuncInfo() const { return WasmEHInfo; }
  515   WasmEHFuncInfo *getWasmEHFuncInfo() { return WasmEHInfo; }
lib/CodeGen/MachineFunction.cpp
  196     WasmEHInfo = new (Allocator) WasmEHFuncInfo();
  252   if (WasmEHInfo) {
  253     WasmEHInfo->~WasmEHFuncInfo();
  254     Allocator.Deallocate(WasmEHInfo);