Searched refs:getInlinedAtScope (Results 1 – 6 of 6) sorted by relevance
46 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc47 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram()
1868 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
101 MDNode *getInlinedAtScope() const;
1166 DILocalScope *getInlinedAtScope() const {1168 return IA->getInlinedAtScope();
1184 auto *SP = L->getInlinedAtScope()->getSubprogram(); in beginFunction()