Searched refs:RetDbgLoc (Results 1 – 2 of 2) sorted by relevance
2679 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local2738 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()2852 if (RetDbgLoc) in EmitFunctionEpilog()2853 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()
3222 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local3281 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()3381 if (RetDbgLoc) in EmitFunctionEpilog()3382 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()