Searched refs:DIELocList (Results 1 – 7 of 7) sorted by relevance
83 void hashLocList(const DIELocList &LocList);
808 unsigned DIELocList::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()832 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()843 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
1629 addAttribute(Die, Attribute, Form, DIELocList(Index)); in addLocationList()
337 class DIELocList {342 DIELocList(size_t I) : Index(I) {} in DIELocList() function395 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
1462 dwarf::Form(AttrSpec.Form), DIELocList(Value)); in cloneScalarAttribute()