Home
last modified time | relevance | path

Searched refs:value_iterator (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h702 class value_iterator
703 : public iterator_adaptor_base<value_iterator, ListTy::iterator,
708 iterator_adaptor_base<value_iterator, ListTy::iterator,
712 value_iterator() = default;
713 explicit value_iterator(ListTy::iterator X) : iterator_adaptor(X) {} in value_iterator() function
728 const_value_iterator(DIEValueList::value_iterator X) in const_value_iterator()
737 using value_range = iterator_range<value_iterator>;
740 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue()
742 return value_iterator(ListTy::toIterator(List.back())); in addValue()
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
[all …]
H A DSelectionDAGNodes.h1050 using value_iterator = const EVT *;
1052 value_iterator value_begin() const { return ValueList; }
1053 value_iterator value_end() const { return ValueList+NumValues; }
1054 iterator_range<value_iterator> values() const {
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h37 DIE::value_iterator I;
41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation()
42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation()
/freebsd-src/usr.bin/dtc/
H A Dfdt.hh356 typedef std::vector<property_value>::iterator value_iterator; typedef in dtc::fdt::property
360 inline value_iterator begin() in begin()
367 inline value_iterator end() in end()
H A Dchecking.hh195 for (property::value_iterator i=p->begin(),e=p->end() ; i!=e ; in check()
H A Dchecking.cc181 for (property::value_iterator i=p->begin(),e=p->end() ; i!=e ; ++i) in check()
H A Dfdt.cc622 for (value_iterator i=begin(), e=end() ; i!=e ; ++i) in write()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1532 DIE::value_iterator Patch = in cloneScalarAttribute()