Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp57 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anon251f675e0111::MCMachOStreamer
77 HasSectionLabel.clear(); in reset()
164 if (LabelSections && !HasSectionLabel[Section] && in changeSection()
168 HasSectionLabel[Section] = true; in changeSection()