Lines Matching defs:Profile
39 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
40 auto ReaderOrErr = IndexedInstrProfReader::create(std::move(Profile));
47 auto Profile = Writer.writeBuffer();
48 readProfile(std::move(Profile));
54 auto Profile = Writer.writeBuffer();
55 readProfile(std::move(Profile));
71 auto Profile = Writer.writeBuffer();
72 readProfile(std::move(Profile));
92 auto Profile = Writer.writeBuffer();
93 readProfile(std::move(Profile));