Lines Matching defs:InlinedAt
162 DILocation *InlinedAt = DeclareLoc.getInlinedAt();
167 return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt);
174 DILocation *InlinedAt = DeclareLoc.getInlinedAt();
179 return DILocation::get(DVR->getContext(), 0, 0, Scope, InlinedAt);
734 auto *InlinedAt = map(MLD->getInlinedAt());
737 MLD->getColumn(), Scope, InlinedAt);
739 Scope, InlinedAt);
880 MDNode *InlinedAt = DL.getInlinedAt();
882 InlinedAt = remap(InlinedAt);
884 Scope, InlinedAt);
1205 LLVMMetadataRef InlinedAt) {
1207 unwrap(InlinedAt)));