Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel()
63 PendingLabelSections.end(), CurSection); in addPendingLabel()
64 if (SecIt == PendingLabelSections.end()) in addPendingLabel()
65 PendingLabelSections.push_back(CurSection); in addPendingLabel()
104 for (MCSection* Section : PendingLabelSections) in flushPendingLabels()
170 PendingLabelSections.clear(); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h41 SmallVector<MCSection*, 2> PendingLabelSections; variable