Home
last modified time | relevance | path

Searched refs:getWrappedLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h331 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()
334 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList()
356 return getWrappedLocation().isKillLocation(getExpression()); in isKillLocation()
371 RawLocationWrapper getWrappedLocation() const { in getWrappedLocation() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp92 return getWrappedLocation().location_ops(); in location_ops()
96 return getWrappedLocation().getVariableLocationOp(OpIdx); in getVariableLocationOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2267 DDI->getDebugLoc(), DDI->getWrappedLocation()); in buildOverlapMapAndRecordDeclares()