Convert a YAML contextual profile in Profile into bitstream form on Out.

Synopsis

Declared in <llvm/ProfileData/PGOCtxProfWriter.h>

Error
createCtxProfFromYAML(
    StringRef Profile,
    raw_ostream& Out);

Return Value

Success, or an error if YAML parsing or conversion fails.

Parameters

Name

Description

Profile

YAML text describing contextual and flat profiles.

Out

Destination stream for the bitstream profile.

Created with MrDocs