Lines Matching refs:PGOAnalyses
926 std::vector<PGOAnalysisMap> *PGOAnalyses) { in readBBAddrMapImpl() argument
930 if (PGOAnalyses) in readBBAddrMapImpl()
931 PGOAnalyses->clear(); in readBBAddrMapImpl()
962 EF.decodeBBAddrMap(*Sec, RelocSec, PGOAnalyses); in readBBAddrMapImpl()
964 if (PGOAnalyses) in readBBAddrMapImpl()
965 PGOAnalyses->clear(); in readBBAddrMapImpl()
972 if (PGOAnalyses) in readBBAddrMapImpl()
973 assert(PGOAnalyses->size() == BBAddrMaps.size() && in readBBAddrMapImpl()
1050 std::vector<PGOAnalysisMap> *PGOAnalyses) const { in readBBAddrMap()
1052 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1054 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1056 return readBBAddrMapImpl(Obj->getELFFile(), TextSectionIndex, PGOAnalyses); in readBBAddrMap()
1058 TextSectionIndex, PGOAnalyses); in readBBAddrMap()