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