Home
last modified time | relevance | path

Searched refs:DuplicatingIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp118 unsigned DuplicatingIdx = std::distance(LocNoVec.begin(), It); in DbgVariableValue() local
120 DIExpression::replaceArg(Expression, OpIdx, DuplicatingIdx); in DbgVariableValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp439 unsigned DuplicatingIdx = std::distance(Locs.begin(), It); in VarLoc() local
440 Expr = DIExpression::replaceArg(Expr, OpIdx, DuplicatingIdx); in VarLoc()