Searched refs:DIELocList (Results 1 – 6 of 6) sorted by relevance
83 void hashLocList(const DIELocList &LocList);
813 unsigned DIELocList::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()837 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()848 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
1505 addAttribute(Die, Attribute, Form, DIELocList(Index)); in addLocationList()
332 class DIELocList {337 DIELocList(size_t I) : Index(I) {} in DIELocList() function390 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
161 DIELocList Tst(999); in TEST_P()