Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1173 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment() local
1174 if (SectionIsTLS != SegmentIsTLS) in sectionWithinSegment()