HomeSort by relevance Sort by last modified time
    Searched refs:FuncInfoMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 181 DenseMap<const Function *, std::unique_ptr<WinEHFuncInfo>> FuncInfoMap;
222 return FuncInfoMap.count(getWinEHParent(F)) > 0;
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 611 auto &Ptr = FuncInfoMap[getWinEHParent(F)];

Completed in 1153 milliseconds