Get the .xdata section used for the given section.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

MCSection*
getAssociatedXDataSection(MCSection const* TextSec);

Return Value

the .xdata section used for the given section.

Parameters

Name

Description

TextSec

Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these.

Created with MrDocs