Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1234 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment() local
1236 if (SectionIsTLS != SegmentIsTLS) in sectionWithinSegment()