Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp58 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anon8d2d880f0111::MCMachOStreamer
78 HasSectionLabel.clear(); in reset()
163 if (LabelSections && !HasSectionLabel[Section] && in ChangeSection()
167 HasSectionLabel[Section] = true; in ChangeSection()