Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
118 if (FnDebugInfo.empty()) in endModule()186 const FunctionInfo &FI = FnDebugInfo[GV]; in emitDebugInfoForFunction()337 assert(FnDebugInfo.count(GV) == false); in beginFunction()339 CurFn = &FnDebugInfo[GV]; in beginFunction()375 assert(FnDebugInfo.count(GV)); in endFunction()376 assert(CurFn == &FnDebugInfo[GV]); in endFunction()379 FnDebugInfo.erase(GV); in endFunction()
45 FnDebugInfoTy FnDebugInfo; variable