Searched refs:DIELocList (Results 1 – 5 of 5) sorted by relevance
597 unsigned DIELocList::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()607 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()614 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
131 void hashLocList(const DIELocList &LocList);
272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
269 class DIELocList {274 DIELocList(size_t I) : Index(I) {} in DIELocList() function312 DIEBlock *, DIELoc *, DIELocList> ValTy;