Home
last modified time | relevance | path

Searched refs:elements_end (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp867 Ops.append(Expr->elements_begin(), Expr->elements_end()); in constructVariableDIEImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2608 element_iterator elements_end() const { return getElements().end(); } in elements_end() function
2702 return expr_op_iterator(elements_end()); in expr_op_end()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp552 DIExpr->elements_end()); in upgradeDeclareExpressions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2016 Record.append(N->elements_begin(), N->elements_end()); in writeDIExpression()