Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h82 void hashLocList(const DIELocList &LocList);
DDIE.cpp781 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()
DDIEHash.cpp224 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
DDwarfCompileUnit.cpp995 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp583 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()
DDIEHash.h131 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList()
DDwarfCompileUnit.cpp800 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index)); in addLocationList()
/external/llvm/include/llvm/CodeGen/
DDIE.h249 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/
DDIE.h312 class DIELocList {
317 DIELocList(size_t I) : Index(I) {} in DIELocList() function
353 DIELoc *, DIELocList>;