Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp3555 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
3623 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
3723 if (RetDbgLoc) in EmitFunctionEpilog()
3724 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()