llvm::CGDataSectKind

Object-file section kinds that store codegen data.

Synopsis

Declared in <llvm/CGData/CodeGenData.h>

enum CGDataSectKind;

Description

Enumerators are defined in CodeGenData.inc: CG_outline for the outlined hash tree section and CG_merge for the stable function merging map section.

Non-Member Functions

NameDescription
getCodeGenDataSectionNameReturn the object-file section name for codegen data kind CGSK.