Searched refs:DWU (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 77 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID = 0); 386 DwarfFile *DWU, unsigned UniqueID,
|
H A D | DwarfCompileUnit.h | 144 DwarfDebug *DW, DwarfFile *DWU,
|
H A D | DwarfUnit.cpp | 84 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU, in DwarfUnit() argument 87 DU(DWU) {} in DwarfUnit() 90 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit() argument 92 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU, UniqueID), in DwarfTypeUnit()
|
H A D | DwarfCompileUnit.cpp | 75 DwarfFile *DWU, UnitKind Kind) in DwarfCompileUnit() argument 76 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU, UID) { in DwarfCompileUnit()
|