Home
last modified time | relevance | path

Searched refs:identToFunction (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp144 identToFunction[fn->ident] = fn; in readGCNO()
250 auto It = identToFunction.find(ident); in readGCDA()
255 if (It != identToFunction.end()) { in readGCDA()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h210 std::map<uint32_t, GCOVFunction *> identToFunction; variable