Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Inlinee

119                              const DISubprogram *Inlinee) {
124 Site->Inlinee = Inlinee;
125 InlinedSubprograms.insert(Inlinee);
126 getFuncIdForSubprogram(Inlinee);
291 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
500 OS.AddComment("Inlinee lines subsection");
505 OS.AddComment("Inlinee lines signature");
548 assert(TypeIndices.count({Site.Inlinee, nullptr}));
549 TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}];
562 OS.AddComment("Inlinee type index");
565 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile());
566 unsigned StartLineNum = Site.Inlinee->getLine();