Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp511 DPMarker *From, std::optional<simple_ilist<DPValue>::iterator> from_here, in cloneDebugInfoFrom() argument
519 if (from_here.has_value()) in cloneDebugInfoFrom()
520 Range = make_range(*from_here, From->StoredDPValues.end()); in cloneDebugInfoFrom()