Readonly section for arbitrary initialized data.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection* ReadOnlySection = nullptr;

Description

Targets are not required to have a readonly section. If they don't, various bits of code will fall back to using the data section for constants.

Created with MrDocs