Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp43 auto GFun = make_unique<GCOVFunction>(*this); in readGCNO() local
44 if (!GFun->readGCNO(Buffer, Version)) in readGCNO()
46 Functions.push_back(std::move(GFun)); in readGCNO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp43 auto GFun = std::make_unique<GCOVFunction>(*this); in readGCNO() local
44 if (!GFun->readGCNO(Buffer, Version)) in readGCNO()
46 Functions.push_back(std::move(GFun)); in readGCNO()