llvm::MCObjectFileInfo::getPCSection

Return or create a PC-relative metadata section named Name.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection*
getPCSection(
    StringRef Name,
    MCSection const* TextSec) const;

Return Value

The PC-relative metadata section named Name.

Parameters

NameDescription
NameSection name to look up or create.
TextSecOptional associated text section.