Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h477 const bool UsePointerValue = false);
591 const bool UsePointerValue = false);
599 const bool UsePointerValue = false);
H A DCGDecl.cpp1620 bool UsePointerValue = NRVO && ReturnValuePointer.isValid(); in EmitAutoVarAlloca() local
1624 if (UsePointerValue) { in EmitAutoVarAlloca()
1629 UsePointerValue); in EmitAutoVarAlloca()
H A DCGDebugInfo.cpp4452 const bool UsePointerValue) { in EmitDeclare() argument
4563 if (UsePointerValue) { in EmitDeclare()
4632 const bool UsePointerValue) { in EmitDeclare() argument
4659 if (UsePointerValue) { in EmitDeclare()
4716 const bool UsePointerValue) { in EmitDeclareOfAutoVariable() argument
4725 return EmitDeclare(VD, Storage, std::nullopt, Builder, UsePointerValue); in EmitDeclareOfAutoVariable()