Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getInlinedAt

122 /// getInlinedAt - If this variable is inlined then return inline location.
123 MDNode *DIVariable::getInlinedAt() const {
832 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
846 if (MDNode *InlinedAt = getInlinedAt()) {
1045 if (MDNode *IA = Loc.getInlinedAt(Ctx))