Searched defs:MCSectionSubPair (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCStreamer.h46 typedef std::pair<MCSection *, const MCExpr *> MCSectionSubPair; typedef in namespace:llvm
184 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
292 MCSectionSubPair getCurrentSection() const {
295 return MCSectionSubPair();
300 MCSectionSubPair getPreviousSection() const {
303 return MCSectionSubPair();
333 MCSectionSubPair OldSection = I->first;
335 MCSectionSubPair NewSection = I->first;
364 MCSectionSubPair curSectio
[all...]

Completed in 152 milliseconds