Searched refs:instrEntryBBEnabled (Results 1 – 3 of 3) sorted by relevance
96 virtual bool instrEntryBBEnabled() const = 0;184 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; } in instrEntryBBEnabled() function250 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function390 virtual bool instrEntryBBEnabled() const = 0;439 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function497 bool instrEntryBBEnabled() const override { in instrEntryBBEnabled() function498 return Index->instrEntryBBEnabled(); in instrEntryBBEnabled()
264 WC->Writer.setInstrEntryBBEnabled(Reader->instrEntryBBEnabled()); in loadInput()2212 OS << " entry_first = " << Reader->instrEntryBBEnabled(); in showInstrProfile()
1846 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions()