Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCMachOStreamer.cpp62 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anon5fa77b260111::MCMachOStreamer
82 HasSectionLabel.clear(); in reset()
180 if (LabelSections && !HasSectionLabel[Section] && in changeSection()
184 HasSectionLabel[Section] = true; in changeSection()