HomeSort by: relevance | last modified time | path
    Searched refs:WinEHInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 193 WinEHInfo = new (Allocator) WinEHFuncInfo();
249 if (WinEHInfo) {
250 WinEHInfo->~WinEHFuncInfo();
251 Allocator.Deallocate(WinEHInfo);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 262 WinEHFuncInfo *WinEHInfo = nullptr;
602 const WinEHFuncInfo *getWinEHFuncInfo() const { return WinEHInfo; }
603 WinEHFuncInfo *getWinEHFuncInfo() { return WinEHInfo; }

Completed in 19 milliseconds