Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp484 MCSymbol *StartLabel = getLabelBeforeInsn(RI->first); in constructInlinedScopeDIE() local
487 if (StartLabel == 0 || EndLabel == 0) { in constructInlinedScopeDIE()
490 assert(StartLabel->isDefined() && in constructInlinedScopeDIE()
514 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_low_pc, StartLabel); in constructInlinedScopeDIE()
529 InlineInfo[InlinedSP].push_back(std::make_pair(StartLabel, ScopeDIE)); in constructInlinedScopeDIE()
532 I->second.push_back(std::make_pair(StartLabel, ScopeDIE)); in constructInlinedScopeDIE()