Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp63 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { return StoredDL; } in getCurrentDebugLocation()
68 I->setDebugLoc(StoredDL.orElse(I->getDebugLoc())); in SetInstDebugLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h121 DebugLoc StoredDL; variable
250 StoredDL = std::move(L); in SetCurrentDebugLocation()