Searched refs:DIEEntry (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 314 class DIEEntry { 318 DIEEntry() = delete; 319 explicit DIEEntry(DIE &E) : Entry(&E) {} in DIEEntry() function 389 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 649 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() 680 unsigned DIEEntry::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 709 void DIEEntry::print(raw_ostream &O) const { in print()
|
| H A D | DwarfUnit.h | 188 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
|
| H A D | DwarfUnit.cpp | 360 addDIEEntry(Die, Attribute, DIEEntry(Entry)); in addDIEEntry() 375 DIEEntry Entry) { in addDIEEntry() 649 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty))); in addType() 1639 dwarf::DW_FORM_ref4, DIEEntry(*PDie)); in constructMemberDIE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 935 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()
|