Home
last modified time | relevance | path

Searched refs:DIEValueList (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h130 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,
DDwarfCompileUnit.h38 class DIEValueList; variable
367 void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
DDwarfUnit.cpp229 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()
DDIE.cpp231 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
DDwarfCompileUnit.cpp1438 void DwarfCompileUnit::addBaseTypeRef(DIEValueList &Die, int64_t Idx) { in addBaseTypeRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h136 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,
DDwarfCompileUnit.h363 void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
DDwarfUnit.cpp232 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()
DDIE.cpp231 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
DDwarfCompileUnit.cpp1324 void DwarfCompileUnit::addBaseTypeRef(DIEValueList &Die, int64_t Idx) { in addBaseTypeRef()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h169 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,
DDwarfUnit.cpp193 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()
DDIE.cpp149 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues()
/external/llvm/include/llvm/CodeGen/
DDIE.h520 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/
DDIE.h635 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/
DDIE.h646 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/
DDWARFLinker.cpp1047 DIEValueList *Attr; in cloneBlockAttribute()
1058 Attr = Loc ? static_cast<DIEValueList *>(Loc) in cloneBlockAttribute()
1059 : static_cast<DIEValueList *>(Block); in cloneBlockAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2438 DIEValueList *Attr; in cloneBlockAttribute()
2450 Attr = Loc ? static_cast<DIEValueList *>(Loc) in cloneBlockAttribute()
2451 : static_cast<DIEValueList *>(Block); in cloneBlockAttribute()