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 associated with TextSec.

Parameters

Name

Description

TextSec

‐ Code section whose .xdata is requested.

Created with MrDocs