Searched refs:DWU (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.h | 114 DwarfDebug *DW, DwarfFile *DWU); 391 DwarfDebug *DW, DwarfFile *DWU,
|
| HD | DwarfCompileUnit.h | 69 DwarfDebug *DW, DwarfFile *DWU);
|
| HD | DwarfUnit.cpp | 68 DwarfFile *DWU) in DwarfUnit() argument 71 Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr) { in DwarfUnit() 77 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() argument 79 : DwarfUnit(UID, dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), in DwarfTypeUnit()
|
| HD | DwarfCompileUnit.cpp | 21 DwarfFile *DWU) in DwarfCompileUnit() argument 22 : DwarfUnit(UID, dwarf::DW_TAG_compile_unit, Node, A, DW, DWU), in DwarfCompileUnit()
|