Searched refs:DIELocList (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 82 void hashLocList(const DIELocList &LocList);
|
D | DIE.cpp | 781 unsigned DIELocList::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 791 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 798 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
|
D | DIEHash.cpp | 224 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
|
D | DwarfCompileUnit.cpp | 995 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 583 unsigned DIELocList::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 593 void DIELocList::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 600 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
|
D | DIEHash.h | 131 void hashLocList(const DIELocList &LocList);
|
D | DIEHash.cpp | 272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
|
D | DwarfCompileUnit.cpp | 800 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 249 class DIELocList { 254 DIELocList(size_t I) : Index(I) {} in DIELocList() function 292 DIELocList>
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 312 class DIELocList { 317 DIELocList(size_t I) : Index(I) {} in DIELocList() function 353 DIELoc *, DIELocList>;
|