Return the .pdata section associated with TextSec.
Declared in <llvm/MC/MCStreamer.h>
MCSection*
getAssociatedPDataSection(MCSection const* TextSec);
Typically the given section is either the main .text section or some other COMDAT .text section, but it may be any section containing code.
The .pdata section associated with TextSec.
| Name | Description |
|---|---|
| TextSec | - Code section whose .pdata is requested. |