Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
386 for (auto &P : FnDebugInfo) in endModule()873 assert(FnDebugInfo.count(GV) == false); in beginFunction()874 CurFn = &FnDebugInfo[GV]; in beginFunction()1476 FnDebugInfo.clear(); in clear()1919 assert(FnDebugInfo.count(GV)); in endFunction()1920 assert(CurFn == &FnDebugInfo[GV]); in endFunction()1928 FnDebugInfo.erase(GV); in endFunction()
132 MapVector<const Function *, FunctionInfo> FnDebugInfo; variable