Lines Matching refs:DILocation

158   DILocation *InlinedAt = DeclareLoc.getInlinedAt();  in getDebugValueLoc()
163 return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt); in getDebugValueLoc()
170 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc()
175 return DILocation::get(DPV->getContext(), 0, 0, Scope, InlinedAt); in getDebugValueLoc()
247 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation()
434 if (isa<DILocation>(N) || Reachable.count(N)) in isDILocationReachable()
456 if (isa<DILocation>(N) || AllDILocation.count(N)) in isAllDILocation()
477 if (isa<DILocation>(MD) || AllDILocation.count(MD)) in stripLoopMDLoc()
727 DILocation *getReplacementMDLocation(DILocation *MLD) { in getReplacementMDLocation()
731 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation()
733 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation()
769 if (auto *MLD = dyn_cast<DILocation>(N)) in remap()
878 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
887 if (auto *Loc = dyn_cast_or_null<DILocation>(MD)) in stripNonLineTableDebugInfo()
927 void Instruction::applyMergedLocation(DILocation *LocA, DILocation *LocB) { in applyMergedLocation()
928 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
988 setDebugLoc(DILocation::get(getContext(), 0, 0, SP)); in dropLocation()
1201 return wrap(DILocation::get(*unwrap(Ctx), Line, Column, unwrap(Scope), in LLVMDIBuilderCreateDebugLocation()
1206 return unwrapDI<DILocation>(Location)->getLine(); in LLVMDILocationGetLine()
1210 return unwrapDI<DILocation>(Location)->getColumn(); in LLVMDILocationGetColumn()
1214 return wrap(unwrapDI<DILocation>(Location)->getScope()); in LLVMDILocationGetScope()
1218 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
1666 unwrap<DIExpression>(Expr), unwrap<DILocation>(DL), in LLVMDIBuilderInsertDeclareBefore()
1675 unwrap<DIExpression>(Expr), unwrap<DILocation>(DL), in LLVMDIBuilderInsertDeclareAtEnd()
1687 unwrap<DIExpression>(Expr), unwrap<DILocation>(DebugLoc), in LLVMDIBuilderInsertDbgValueBefore()
1699 unwrap<DIExpression>(Expr), unwrap<DILocation>(DebugLoc), in LLVMDIBuilderInsertDbgValueAtEnd()