llvm::MCObjectFileInfo::ReadOnlySection

Section that is readonly and can contain arbitrary initialized data. 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.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection* ReadOnlySection = nullptr;