Home
last modified time | relevance | path

Searched refs:RawLocationWrapper (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h240 class RawLocationWrapper {
244 RawLocationWrapper() = default;
245 explicit RawLocationWrapper(Metadata *RawLocation) in RawLocationWrapper() function
278 friend bool operator==(const RawLocationWrapper &A,
282 friend bool operator!=(const RawLocationWrapper &A,
286 friend bool operator>(const RawLocationWrapper &A,
290 friend bool operator>=(const RawLocationWrapper &A,
294 friend bool operator<(const RawLocationWrapper &A,
298 friend bool operator<=(const RawLocationWrapper &A,
371 RawLocationWrapper getWrappedLocation() const { in getWrappedLocation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 RawLocationWrapper Values = RawLocationWrapper();
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp139 RawLocationWrapper R) { in addSingleLocVar()
150 DebugLoc DL, RawLocationWrapper R) { in addVarLoc()
390 UniqueVector<RawLocationWrapper> Bases;
1551 VarLoc.Values = RawLocationWrapper(Val); in emitDbgValue()
1665 VarLoc.Values = RawLocationWrapper( in processUntaggedInstruction()
2271 RawLocationWrapper(DPV->getRawLocation())); in buildOverlapMapAndRecordDeclares()
2459 RawLocationWrapper(Record->getRawLocation())); in emitPromotedVarLocs()
2585 DenseMap<DebugVariable, std::pair<RawLocationWrapper, DIExpression *>> in removeRedundantDbgLocsUsingForwardScan()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp74 iterator_range<location_op_iterator> RawLocationWrapper::location_ops() const { in location_ops()
99 Value *RawLocationWrapper::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp()