Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h462 const bool UsePointerValue = false);
565 const bool UsePointerValue = false);
H A DCGDecl.cpp1604 bool UsePointerValue = NRVO && ReturnValuePointer.isValid(); in EmitAutoVarAlloca() local
1608 if (UsePointerValue) in EmitAutoVarAlloca()
1612 UsePointerValue); in EmitAutoVarAlloca()
H A DCGDebugInfo.cpp4228 const bool UsePointerValue) { in EmitDeclare() argument
4339 if (UsePointerValue) { in EmitDeclare()
4406 const bool UsePointerValue) { in EmitDeclareOfAutoVariable() argument
4408 return EmitDeclare(VD, Storage, llvm::None, Builder, UsePointerValue); in EmitDeclareOfAutoVariable()