Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1372 if (auto singleLocElts = getSingleLocationExpressionElements()) { in isEntryValue()
1379 if (auto singleLocElts = getSingleLocationExpressionElements()) in startsWithDeref()
1385 if (auto singleLocElts = getSingleLocationExpressionElements()) in isDeref()
1580 DIExpression::getSingleLocationExpressionElements() const { in getSingleLocationExpressionElements() function in DIExpression
1624 if (auto Elts = Expr->getSingleLocationExpressionElements()) in convertToNonVariadicExpression()
1733 auto SingleLocEltsOpt = getSingleLocationExpressionElements(); in extractIfOffset()
1768 auto SingleLocEltsOpt = getSingleLocationExpressionElements(); in extractLeadingOffset()
1817 auto SingleLocEltsOpt = Expr->getSingleLocationExpressionElements(); in extractAddressClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2927 std::optional<ArrayRef<uint64_t>> getSingleLocationExpressionElements() const;