Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Inlinee

201                              const DISubprogram *Inlinee) {
215 Site->Inlinee = Inlinee;
216 InlinedSubprograms.insert(Inlinee);
217 getFuncIdForSubprogram(Inlinee);
381 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
382 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
743 OS.AddComment("Inlinee lines subsection");
750 OS.AddComment("Inlinee lines signature");
779 assert(TypeIndices.count({Site.Inlinee, nullptr}));
780 TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}];
793 OS.AddComment("Inlinee type index");
796 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile());
797 unsigned StartLineNum = Site.Inlinee->getLine();