Searched refs:getInlinedAtScope (Results 1 – 12 of 12) sorted by relevance
45 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc46 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
2069 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
46 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc47 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
2265 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
91 MDNode *getInlinedAtScope() const;
101 MDNode *getInlinedAtScope() const;
1452 DILocalScope *getInlinedAtScope() const {1454 return IA->getInlinedAtScope();
1230 DILocalScope *getInlinedAtScope() const {1232 return IA->getInlinedAtScope();
495 auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope()); in TEST_F()496 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()
1085 auto *SP = L->getInlinedAtScope()->getSubprogram(); in beginFunction()
1393 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()