Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
250 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
652 for (auto &P : FnDebugInfo) in endModule()1456 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl()2299 FnDebugInfo.clear(); in clear()3035 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()3036 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()3055 FnDebugInfo.erase(&GV); in endFunctionImpl()