Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp58 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anon739824440111::MCMachOStreamer
78 HasSectionLabel.clear(); in reset()
163 if (LabelSections && !HasSectionLabel[Section] && in ChangeSection()
167 HasSectionLabel[Section] = true; in ChangeSection()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp49 DenseMap<const MCSection*, bool> HasSectionLabel; member in __anona7e0700c0111::MCMachOStreamer
65 HasSectionLabel.clear(); in reset()
164 if (LabelSections && !HasSectionLabel[Section] && in ChangeSection()
168 HasSectionLabel[Section] = true; in ChangeSection()