llvm::MCObjectFileInfo::getPseudoProbeSection

Return the AutoFDO pseudo-probe section for TextSec.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection*
getPseudoProbeSection(MCSection const& TextSec) const;

Return Value

The AutoFDO pseudo-probe section for TextSec.

Parameters

NameDescription
TextSecText section whose pseudo-probe data is requested.