Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp2679 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
2738 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
2852 if (RetDbgLoc) in EmitFunctionEpilog()
2853 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()