Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h83 void hashLocList(const DIELocList &LocList);
H A DDIE.cpp813 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()
H A DDIEHash.cpp237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
H A DDwarfCompileUnit.cpp1505 addAttribute(Die, Attribute, Form, DIELocList(Index)); in addLocationList()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h332 class DIELocList {
337 DIELocList(size_t I) : Index(I) {} in DIELocList() function
390 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DDIETest.cpp161 DIELocList Tst(999); in TEST_P()