Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h478 const bool UsePointerValue = false);
592 const bool UsePointerValue = false);
600 const bool UsePointerValue = false);
H A DCGDecl.cpp1616 bool UsePointerValue = NRVO && ReturnValuePointer.isValid(); in EmitAutoVarAlloca() local
1620 if (UsePointerValue) { in EmitAutoVarAlloca()
1625 UsePointerValue); in EmitAutoVarAlloca()
H A DCGDebugInfo.cpp4418 const bool UsePointerValue) { in EmitDeclare() argument
4529 if (UsePointerValue) { in EmitDeclare()
4598 const bool UsePointerValue) { in EmitDeclare() argument
4625 if (UsePointerValue) { in EmitDeclare()
4682 const bool UsePointerValue) { in EmitDeclareOfAutoVariable() argument
4691 return EmitDeclare(VD, Storage, llvm::None, Builder, UsePointerValue); in EmitDeclareOfAutoVariable()