Searched refs:BundleGroups (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h34 BundleGroups.clear();
96 /// BundleGroups - The stack of fragments holding the bundle-locked
98 SmallVector<MCDataFragment *, 4> BundleGroups; member in class:llvm::MCELFStreamer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp545 DF = BundleGroups.back();
627 BundleGroups.push_back(DF);
649 assert(!BundleGroups.empty() && "There are no bundle groups");
650 MCDataFragment *DF = BundleGroups.back();
652 // FIXME: Use BundleGroups to track the lock state instead.
658 BundleGroups.pop_back();

Completed in 50 milliseconds