Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3964 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
4032 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
4138 if (RetDbgLoc) in EmitFunctionEpilog()
4139 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()