/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 130 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute, 133 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer); 136 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute, 150 DIEValueList::value_iterator addLabel(DIEValueList &Die,
|
D | DwarfCompileUnit.h | 38 class DIEValueList; variable 367 void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
|
D | DwarfUnit.cpp | 229 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 238 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 243 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 289 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel()
|
D | DIE.cpp | 231 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
|
D | DwarfCompileUnit.cpp | 1438 void DwarfCompileUnit::addBaseTypeRef(DIEValueList &Die, int64_t Idx) { in addBaseTypeRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 136 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute, 139 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer); 142 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute, 156 DIEValueList::value_iterator addLabel(DIEValueList &Die,
|
D | DwarfCompileUnit.h | 363 void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
|
D | DwarfUnit.cpp | 232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 241 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 292 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel()
|
D | DIE.cpp | 231 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
|
D | DwarfCompileUnit.cpp | 1324 void DwarfCompileUnit::addBaseTypeRef(DIEValueList &Die, int64_t Idx) { in addBaseTypeRef()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 169 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute, 172 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer); 175 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute, 189 DIEValueList::value_iterator addLabel(DIEValueList &Die,
|
D | DwarfUnit.cpp | 193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 200 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 224 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel()
|
D | DIE.cpp | 149 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 520 class DIEValueList { 556 const_value_iterator(DIEValueList::value_iterator X) in const_value_iterator() 591 class DIE : IntrusiveBackListNode, public DIEValueList { 681 class DIELoc : public DIEValueList { 715 class DIEBlock : public DIEValueList {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 635 class DIEValueList { 674 const_value_iterator(DIEValueList::value_iterator X) in const_value_iterator() 698 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues() 712 class DIE : IntrusiveBackListNode, public DIEValueList { 903 class DIELoc : public DIEValueList { 937 class DIEBlock : public DIEValueList {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DIE.h | 646 class DIEValueList { 685 const_value_iterator(DIEValueList::value_iterator X) in const_value_iterator() 709 void takeValues(DIEValueList &Other) { List.takeNodes(Other.List); } in takeValues() 723 class DIE : IntrusiveBackListNode, public DIEValueList { 906 class DIELoc : public DIEValueList { 943 class DIEBlock : public DIEValueList {
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1047 DIEValueList *Attr; in cloneBlockAttribute() 1058 Attr = Loc ? static_cast<DIEValueList *>(Loc) in cloneBlockAttribute() 1059 : static_cast<DIEValueList *>(Block); in cloneBlockAttribute()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2438 DIEValueList *Attr; in cloneBlockAttribute() 2450 Attr = Loc ? static_cast<DIEValueList *>(Loc) in cloneBlockAttribute() 2451 : static_cast<DIEValueList *>(Block); in cloneBlockAttribute()
|