llvm::MachineConstantPoolEntry::getSectionKind

Return the section kind for this constant pool entry.

Synopsis

Declared in <llvm/CodeGen/MachineConstantPool.h>

SectionKind
getSectionKind(DataLayout const* DL) const;

Return Value

Section kind for this constant pool entry.

Parameters

NameDescription
DLData layout used to classify the section.