Return the memprof record for the function identified by llvm::md5(Name).

Synopsis

Declared in <llvm/ProfileData/InstrProfReader.h>

Expected<memprof::MemProfRecord>
getMemProfRecord(uint64_t FuncNameHash);

Return Value

The MemProf record on success, or an error if not found.

Parameters

Name

Description

FuncNameHash

Hash of the function name (llvm::md5).

Created with MrDocs