Searched refs:IdentToFunction (Results 1 – 2 of 2) sorted by relevance
143 IdentToFunction[fn->ident] = fn; in readGCNO()251 auto It = IdentToFunction.find(ident); in readGCDA()256 if (It != IdentToFunction.end()) { in readGCDA()
206 std::map<uint32_t, GCOVFunction *> IdentToFunction; variable