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()
3070 DILocalScope *Scope = DL->getInlinedAtScope(); in visitBasicBlock()
87 MDNode *getInlinedAtScope() const;
2071 DILocalScope *getInlinedAtScope() const {2073 return IA->getInlinedAtScope();2034 DILocalScope *getInlinedAtScope() const { getInlinedAtScope() function
598 auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope()); in TEST_F() 599 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()