Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp64 PendingLabelSections.insert(CurSection); in addPendingLabel()
102 for (MCSection* Section : PendingLabelSections) in flushPendingLabels()
186 PendingLabelSections.clear(); in reset()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h48 SmallSetVector<MCSection *, 4> PendingLabelSections; variable