Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h83 void hashLocList(const DIELocList &LocList);
H A DDIE.cpp808 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()
H A DDIEHash.cpp237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
H A DDwarfCompileUnit.cpp1629 addAttribute(Die, Attribute, Form, DIELocList(Index)); in addLocationList()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h337 class DIELocList {
342 DIELocList(size_t I) : Index(I) {} in DIELocList() function
395 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1462 dwarf::Form(AttrSpec.Form), DIELocList(Value)); in cloneScalarAttribute()