Home
last modified time | relevance | path

Searched refs:getSingleLocationExpressionElements (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1362 if (auto singleLocElts = getSingleLocationExpressionElements()) { in isEntryValue()
1369 if (auto singleLocElts = getSingleLocationExpressionElements()) in startsWithDeref()
1375 if (auto singleLocElts = getSingleLocationExpressionElements()) in isDeref()
1567 DIExpression::getSingleLocationExpressionElements() const { in getSingleLocationExpressionElements() function in DIExpression
1611 if (auto Elts = Expr->getSingleLocationExpressionElements()) in convertToNonVariadicExpression()
1685 auto SingleLocEltsOpt = getSingleLocationExpressionElements(); in extractIfOffset()
1730 auto SingleLocEltsOpt = Expr->getSingleLocationExpressionElements(); in extractAddressClass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2878 std::optional<ArrayRef<uint64_t>> getSingleLocationExpressionElements() const;