Searched refs:getProfileKind (Results 1 – 6 of 6) sorted by relevance
147 virtual InstrProfKind getProfileKind() const = 0;306 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function436 InstrProfKind getProfileKind() const override;589 virtual InstrProfKind getProfileKind() const = 0;669 InstrProfKind getProfileKind() const override;808 InstrProfKind getProfileKind() const override { in getProfileKind() function809 return Index->getProfileKind(); in getProfileKind()
205 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
41 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
98 static ARM::ProfileKind getProfileKind(ARM::ArchKind AK) { in getProfileKind() function153 return getProfileKind(parseArch(Arch)); in parseArchProfile()481 if (getProfileKind(AK) != ProfileKind::A) in convertV9toV8()
715 if (Error E = WC->Writer.mergeProfileKind(Reader->getProfileKind())) { in loadInput()743 if (Error E = WC->Writer.mergeProfileKind(Reader->getProfileKind())) { in loadInput()806 if (Error E = WC->Writer.mergeProfileKind(Reader->getProfileKind())) { in loadInput()876 if (Error E = Dst->Writer.mergeProfileKind(Src->Writer.getProfileKind())) in mergeWriterContexts()
478 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind() function in RawInstrProfReader1046 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind() function in InstrProfReaderIndex