Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3505 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
3573 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
3673 if (RetDbgLoc) in EmitFunctionEpilog()
3674 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()