Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp693 DbgMarker *From, std::optional<simple_ilist<DbgRecord>::iterator> from_here, in cloneDebugInfoFrom() argument
701 if (from_here.has_value()) in cloneDebugInfoFrom()
702 Range = make_range(*from_here, From->StoredDbgRecords.end()); in cloneDebugInfoFrom()