Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h250 bool isTypeTableCandidate(const DWARFDebugInfoEntry *DIEEntry);
H A DDependencyTracker.cpp565 const DWARFDebugInfoEntry *DIEEntry) { in isTypeTableCandidate() argument
566 switch (DIEEntry->getTag()) { in isTypeTableCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp647 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
680 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
702 void DIEEntry::print(raw_ostream &O) const { in print()
H A DDwarfUnit.h198 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
H A DDwarfUnit.cpp353 addDIEEntry(Die, Attribute, DIEEntry(Entry)); in addDIEEntry()
368 DIEEntry Entry) { in addDIEEntry()
655 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty))); in addType()
1697 dwarf::DW_FORM_ref4, DIEEntry(*PDie)); in constructMemberDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1134 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()