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