Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCELFStreamer.h38 BundleGroups.clear(); in reset()
98 llvm::SmallVector<MCDataFragment *, 4> BundleGroups; variable
/external/llvm/lib/MC/
DMCELFStreamer.cpp505 DF = BundleGroups.back(); in EmitInstToData()
582 BundleGroups.push_back(DF); in EmitBundleLock()
604 assert(!BundleGroups.empty() && "There are no bundle groups"); in EmitBundleUnlock()
605 MCDataFragment *DF = BundleGroups.back(); in EmitBundleUnlock()
613 BundleGroups.pop_back(); in EmitBundleUnlock()