Searched refs:DIELocList (Results 1 – 5 of 5) sorted by relevance
552 unsigned DIELocList::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()562 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()573 void DIELocList::print(raw_ostream &O) const { in print()
141 void hashLocList(const DIELocList &LocList);
285 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()361 hashLocList(*cast<DIELocList>(Value)); in hashAttribute()
785 DIEValue *Value = new (DIEValueAllocator) DIELocList(Index); in addLocationList()
560 class DIELocList : public DIEValue {565 DIELocList(size_t I) : DIEValue(isLocList), Index(I) {} in DIELocList() function