Searched refs:DIEEntry (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 319 class DIEEntry { 323 DIEEntry() = delete; 324 explicit DIEEntry(DIE &E) : Entry(&E) {} in DIEEntry() function 394 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 643 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() 676 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() 698 void DIEEntry::print(raw_ostream &O) const { in print()
|
H A D | DwarfUnit.h | 200 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
|
H A D | DwarfUnit.cpp | 354 addDIEEntry(Die, Attribute, DIEEntry(Entry)); in addDIEEntry() 369 DIEEntry Entry) { in addDIEEntry() 671 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty))); in addType() 1737 dwarf::DW_FORM_ref4, DIEEntry(*PDie)); in constructMemberDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 1151 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()
|