Lines Matching refs:DotDebugLocEntry
1334 static DotDebugLocEntry getDebugLocEntry(AsmPrinter *Asm,
1349 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
1352 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getImm());
1354 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getFPImm());
1356 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getCImm());
1451 DotDebugLocEntries.push_back(DotDebugLocEntry());
2557 for (SmallVectorImpl<DotDebugLocEntry>::iterator
2560 DotDebugLocEntry &Entry = *I;
2571 for (SmallVectorImpl<DotDebugLocEntry>::iterator
2574 DotDebugLocEntry &Entry = *I;