Searched refs:getInlinedAtScope (Results 1 – 5 of 5) sorted by relevance
74 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc75 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()80 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
104 VarID Key{DbgVar->getScope(), DbgLoc->getInlinedAtScope(), DbgVar}; in populateVarIDSetAndInlinedMap()
3172 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
272 LLVM_ABI MDNode *getInlinedAtScope() const;
2622 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function2624 return IA->getInlinedAtScope(); in getInlinedAtScope()