Home
last modified time | relevance | path

Searched refs:dataConst (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp73 .Case(segment_names::dataConst, -2) in segmentOrder()
95 segname == segment_names::dataConst) { in sectionOrder()
H A DOutputSegment.h25 constexpr const char dataConst[] = "__DATA_CONST"; variable
H A DConfig.h122 bool dataConst = false; member
H A DDriver.cpp615 if (config->dataConst) { in initializeSectionRenameMap()
632 segment_names::dataConst, s}; in initializeSectionRenameMap()
637 config->dataConst ? segment_names::dataConst : segment_names::data, in initializeSectionRenameMap()
1296 config->dataConst = in link()
H A DSyntheticSections.cpp260 : NonLazyPointerSectionBase(segment_names::dataConst, section_names::got) { in GotSection()