Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp2379 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
2438 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
2501 if (RetDbgLoc) in EmitFunctionEpilog()
2502 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()