Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
274 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
677 for (auto &P : FnDebugInfo) in endModule()1494 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl()2346 FnDebugInfo.clear(); in clear()3082 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()3083 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()3102 FnDebugInfo.erase(&GV); in endFunctionImpl()