Searched refs:getInlinedAtScope (Results 1 – 6 of 6) sorted by relevance
44 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc45 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()50 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
2714 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
87 MDNode *getInlinedAtScope() const;
1628 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function1630 return IA->getInlinedAtScope(); in getInlinedAtScope()
595 auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope()); in TEST_F()596 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()
2134 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()