llvm::InstrProfWriter::addDataAccessProfData

Set the data-access profile data owned by this writer.

Synopsis

Declared in <llvm/ProfileData/InstrProfWriter.h>

void
addDataAccessProfData(std::unique_ptr<memprof::DataAccessProfData> DataAccessProfile);

Parameters

NameDescription
DataAccessProfileData-access profile to take ownership of.