Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Labels

435 // DW_AT_low_pc/DW_AT_high_pc labels.
524 llvm_unreachable("Unexpected Start and End labels for an inlined scope!");
861 // Emit initial sections so we can reference labels later.
1501 // Insert labels where requested.
1764 // Request labels for the full history.
2728 SmallVectorImpl<InlineInfoLabels> &Labels = II->second;
2745 Asm->EmitULEB128(Labels.size(), "Inline count");
2747 for (SmallVectorImpl<InlineInfoLabels>::iterator LI = Labels.begin(),
2748 LE = Labels.end(); LI != LE; ++LI) {