Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp146 identToFunction[fn->ident] = fn; in readGCNO()
261 auto It = identToFunction.find(ident); in readGCDA()
266 if (It != identToFunction.end()) { in readGCDA()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h209 std::map<uint32_t, GCOVFunction *> identToFunction; variable