Returns non‐owned pointer to the data access profile data. Will be null if unavailable (version < 4).

Synopsis

Declared in <llvm/ProfileData/InstrProfReader.h>

memprof::DataAccessProfData*
getDataAccessProfileData() const;

Return Value

Non‐owned pointer to data access profile data, or nullptr.

Created with MrDocs