Return the profile‐guided optimization options for this machine.

Synopsis

Declared in <llvm/Target/TargetMachine.h>

std::optional<PGOOptions> const&
getPGOOption() const;

Return Value

Optional PGO options currently set on this machine.

Created with MrDocs