Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp62 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anona6f9a3da0111::MCMachOStreamer
82 HasSectionLabel.clear(); in reset()
182 if (LabelSections && !HasSectionLabel[Section] && in changeSection()
186 HasSectionLabel[Section] = true; in changeSection()