Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1209 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment() local
1210 if (SectionIsTLS != SegmentIsTLS) in sectionWithinSegment()