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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h455 const bool UsePointerValue = false);
542 const bool UsePointerValue = false);
H A DCGDecl.cpp1573 bool UsePointerValue = NRVO && ReturnValuePointer.isValid(); local
1577 if (UsePointerValue)
1581 UsePointerValue);
H A DCGDebugInfo.cpp4134 const bool UsePointerValue) {
4242 if (UsePointerValue) {
4268 const bool UsePointerValue) {
4270 return EmitDeclare(VD, Storage, llvm::None, Builder, UsePointerValue);
4130 EmitDeclare(const VarDecl *VD, llvm::Value *Storage, llvm::Optional<unsigned> ArgNo, CGBuilderTy &Builder, const bool UsePointerValue) argument
4266 EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder, const bool UsePointerValue) argument

Completed in 63 milliseconds