reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2283 switch (I.first) { 2289 "function must have a single !dbg attachment", &F, I.second); 2290 AssertDI(isa<DISubprogram>(I.second), 2291 "function !dbg attachment must be a subprogram", &F, I.second); 2292 auto *SP = cast<DISubprogram>(I.second); 2302 "function must have a single !prof attachment", &F, I.second); 2307 visitMDNode(*I.second);