Return the PGOFuncName metadata node associated with function F.

Synopsis

Declared in <llvm/ProfileData/InstrProf.h>

MDNode*
getPGOFuncNameMetadata(Function const& F);

Return Value

PGOFuncName metadata node for F, or nullptr if none.

Parameters

Name

Description

F

Function whose metadata is queried.

Created with MrDocs