Home
last modified time | relevance | path

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

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