Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
119 if (FnDebugInfo.empty()) in endModule()187 const FunctionInfo &FI = FnDebugInfo[GV]; in emitDebugInfoForFunction()322 assert(FnDebugInfo.count(GV) == false); in beginFunction()324 CurFn = &FnDebugInfo[GV]; in beginFunction()360 assert(FnDebugInfo.count(GV)); in endFunction()361 assert(CurFn == &FnDebugInfo[GV]); in endFunction()364 FnDebugInfo.erase(GV); in endFunction()
45 FnDebugInfoTy FnDebugInfo; variable