Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp143 IdentToFunction[fn->ident] = fn; in readGCNO()
251 auto It = IdentToFunction.find(ident); in readGCDA()
256 if (It != IdentToFunction.end()) { in readGCDA()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h206 std::map<uint32_t, GCOVFunction *> IdentToFunction; variable