Home
last modified time | relevance | path

Searched refs:FuncInfoMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h181 DenseMap<const Function *, std::unique_ptr<WinEHFuncInfo>> FuncInfoMap; variable
222 return FuncInfoMap.count(getWinEHParent(F)) > 0; in hasWinEHFuncInfo()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp611 auto &Ptr = FuncInfoMap[getWinEHParent(F)]; in getWinEHFuncInfo()