Home
last modified time | relevance | path

Searched refs:BasicDIEUnit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h110 return &const_cast<BasicDIEUnit &>(*NewUnit).getUnitDie(); in getOutputUnitDIE()
246 Optional<BasicDIEUnit> NewUnit;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h151 BasicDIEUnit DU;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h923 struct BasicDIEUnit final : DIEUnit {
924 explicit BasicDIEUnit(dwarf::Tag UnitTag) : DIEUnit(UnitTag) {} in BasicDIEUnit() function