llvm::MCStreamer::getAssociatedPDataSection

Return the .pdata section associated with TextSec.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

MCSection*
getAssociatedPDataSection(MCSection const* TextSec);

Description

Typically the given section is either the main .text section or some other COMDAT .text section, but it may be any section containing code.

Return Value

The .pdata section associated with TextSec.

Parameters

NameDescription
TextSec- Code section whose .pdata is requested.