Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
269 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
659 for (auto &P : FnDebugInfo) in endModule() 1480 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() 2332 FnDebugInfo.clear(); in collectMemberInfo() 3068 assert(FnDebugInfo.count(&GV)); in endFunctionImpl() 3069 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl() 3088 FnDebugInfo.erase(&GV); in endFunctionImpl()