Home
last modified time | relevance | path

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

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