Searched refs:getInlinedAtScope (Results 1 – 6 of 6) sorted by relevance
46 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc47 return cast<MDLocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram()
985 MDLocalScope *Scope = DL->getInlinedAtScope(); in visitMDSubprogram()
101 MDNode *getInlinedAtScope() const;
1189 MDLocalScope *getInlinedAtScope() const {1191 return IA->getInlinedAtScope();
1163 auto *SP = L->getInlinedAtScope()->getSubprogram(); in beginFunction()