llvm::MCObjectFileInfo::getSwift5ReflectionSection

Return the Swift 5 reflection section for ReflSectionKind.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection*
getSwift5ReflectionSection(llvm::binaryformat::Swift5ReflectionSectionKind ReflSectionKind);

Return Value

The Swift 5 reflection section, or null for unknown kinds.

Parameters

NameDescription
ReflSectionKindKind of Swift 5 reflection section to retrieve.