Home
last modified time | relevance | path

Searched refs:DIEEntry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h319 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 DDIE.cpp643 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 DDwarfUnit.h200 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
H A DDwarfUnit.cpp354 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 DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1151 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()