Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp42 auto GFun = make_unique<GCOVFunction>(*this); in readGCNO() local
43 if (!GFun->readGCNO(Buffer, Version)) in readGCNO()
45 Functions.push_back(std::move(GFun)); in readGCNO()