Home
last modified time | relevance | path

Searched refs:isDeref (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h148 writeBool(Info.isDeref()); in writeTypeCoupledDeclRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1720 DIExpr->isDeref() || (!DIExpr->startsWithDeref() && in ConvertDebugDeclareToDebugValue()
1790 DIExpr->isDeref() || (!DIExpr->startsWithDeref() && in ConvertDebugDeclareToDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2156 if (Expr->getNumElements() > 0 && !Expr->isDeref()) in isEntryValueCandidate()
H A DInstrRefBasedImpl.cpp630 if (Expr->getNumElements() > 0 && !Expr->isDeref()) in isEntryValueVariable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1384 bool DIExpression::isDeref() const { in isDeref() function in DIExpression
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2888 bool isDeref() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3824 bool TypeCoupledDeclRefInfo::isDeref() const { in isDeref() function in TypeCoupledDeclRefInfo
H A DASTImporter.cpp1558 CoupledDecls.emplace_back(*ToDeclOrErr, TI.isDeref()); in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3206 bool isDeref() const;