Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h333 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()
336 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList()
358 return getWrappedLocation().isKillLocation(getExpression()); in isKillLocation()
373 RawLocationWrapper getWrappedLocation() const { in getWrappedLocation() function
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2274 DDI->getDebugLoc(), DDI->getWrappedLocation()); in buildOverlapMapAndRecordDeclares()