Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp597 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()
DDIEHash.h131 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
DDwarfCompileUnit.cpp794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
/external/llvm/include/llvm/CodeGen/
DDIE.h269 class DIELocList {
274 DIELocList(size_t I) : Index(I) {} in DIELocList() function
312 DIEBlock *, DIELoc *, DIELocList> ValTy;