Home
last modified time | relevance | path

Searched refs:Pubtype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2360 for (const auto &Pubtype : Unit.getPubtypes()) in emitAcceleratorEntriesForUnit() local
2362 Pubtype.Name, Pubtype.Die->getOffset() + Unit.getStartOffset(), in emitAcceleratorEntriesForUnit()
2363 Pubtype.Die->getTag(), in emitAcceleratorEntriesForUnit()
2364 Pubtype.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAcceleratorEntriesForUnit()
2366 Pubtype.QualifiedNameHash); in emitAcceleratorEntriesForUnit()
2389 for (const auto &Pubtype : Unit.getPubtypes()) in emitAcceleratorEntriesForUnit() local
2391 Pubtype.Name, Pubtype.Die->getOffset(), in emitAcceleratorEntriesForUnit()
2392 DWARF5AccelTableData::getDefiningParentDieOffset(*Pubtype.Die), in emitAcceleratorEntriesForUnit()
2393 Pubtype.Die->getTag(), Unit.getUniqueID(), in emitAcceleratorEntriesForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp