Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp134 DIEEntry IntRef(Int); in TEST_F()
165 DIEEntry IntRef(Int); in TEST_F()
202 DIEEntry FooRef(Foo); in TEST_F()
230 DIEEntry FooRef(Foo); in TEST_F()
260 DIEEntry FooEntry(Foo); in TEST_F()
295 DIEEntry FooEntry(Foo); in TEST_F()
329 DIEEntry FooEntry(Foo); in TEST_F()
373 DIEEntry BarEntry(Bar); in TEST_F()
376 DIEEntry FooEntry(Foo); in TEST_F()
638 DIEEntry PITy(*PITyDIE); in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h314 class DIEEntry {
318 DIEEntry() = delete;
319 explicit DIEEntry(DIE &E) : Entry(&E) {} in DIEEntry() function
389 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp648 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
681 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
703 void DIEEntry::print(raw_ostream &O) const { in print()
H A DDwarfUnit.h186 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()
655 addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty))); in addType()
1697 dwarf::DW_FORM_ref4, DIEEntry(*PDie)); in constructMemberDIE()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp102 DIEEntry(*RefDie.Die)); in addAttribute()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp971 dwarf::Form(AttrSpec.Form), DIEEntry(*NewRefDie)); in cloneDieReferenceAttribute()