Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3420 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
3481 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
3581 if (RetDbgLoc) in EmitFunctionEpilog()
3582 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()