Home
last modified time | relevance | path

Searched refs:DIELocList (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp552 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()
DDIEHash.h141 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp285 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
361 hashLocList(*cast<DIELocList>(Value)); in hashAttribute()
DDwarfCompileUnit.cpp785 DIEValue *Value = new (DIEValueAllocator) DIELocList(Index); in addLocationList()
/external/llvm/include/llvm/CodeGen/
DDIE.h560 class DIELocList : public DIEValue {
565 DIELocList(size_t I) : DIEValue(isLocList), Index(I) {} in DIELocList() function