Return the basic‐block address map section for TextSec.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection*
getBBAddrMapSection(MCSection const& TextSec) const;

Return Value

The basic‐block address map section for TextSec.

Parameters

Name

Description

TextSec

Text section whose BB address map is requested.

Created with MrDocs