Home
last modified time | relevance | path

Searched refs:RetDbgLoc (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3222 llvm::DebugLoc RetDbgLoc; in EmitFunctionEpilog() local
3281 RetDbgLoc = SI->getDebugLoc(); in EmitFunctionEpilog()
3381 if (RetDbgLoc) in EmitFunctionEpilog()
3382 Ret->setDebugLoc(std::move(RetDbgLoc)); in EmitFunctionEpilog()