Searched refs:FnDebugInfo (Results 1 – 2 of 2) sorted by relevance
234 MapVector<const Function *, std::unique_ptr<FunctionInfo>> FnDebugInfo; variable
540 for (auto &P : FnDebugInfo) in endModule()1283 auto Insertion = FnDebugInfo.insert({&GV, llvm::make_unique<FunctionInfo>()}); in beginFunctionImpl()2059 FnDebugInfo.clear(); in clear()2779 assert(FnDebugInfo.count(&GV)); in endFunctionImpl()2780 assert(CurFn == FnDebugInfo[&GV].get()); in endFunctionImpl()2799 FnDebugInfo.erase(&GV); in endFunctionImpl()