Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp872 ConcatInputSection *listSec = make<ConcatInputSection>( in emitAndLinkProtocolList() local
875 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection; in emitAndLinkProtocolList()
876 listSec->live = true; in emitAndLinkProtocolList()
878 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection; in emitAndLinkProtocolList()
885 listSec, /*value=*/0, bodyData.size(), /*isWeakDef=*/false, in emitAndLinkProtocolList()
892 addInputSection(listSec); in emitAndLinkProtocolList()
932 ConcatInputSection *listSec = make<ConcatInputSection>( in emitAndLinkPointerList() local
935 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection; in emitAndLinkPointerList()
936 listSec->live = true; in emitAndLinkPointerList()
938 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection; in emitAndLinkPointerList()
[all …]