Lines Matching defs:CU
90 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
91 dwarfgen::DIE CUDie = CU.getUnitDIE();
530 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
531 dwarfgen::DIE CUDie = CU.getUnitDIE();
909 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
910 dwarfgen::DIE CUDie = CU.getUnitDIE();
1085 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1086 dwarfgen::DIE CUDie = CU.getUnitDIE();
1154 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1155 dwarfgen::DIE CUDie = CU.getUnitDIE();
1184 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1200 // CU
1208 dwarfgen::DIE CUDie = CU.getUnitDIE();
1371 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1382 // CU
1385 auto CUDie = CU.getUnitDIE();
1463 // Verify that the CU Die that says it has children, but doesn't, actually
1480 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1486 auto CUDie = CU.getUnitDIE();
1540 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1547 auto CUDie = CU.getUnitDIE();
1630 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1631 dwarfgen::DIE CUDie = CU.getUnitDIE();
1878 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1883 auto CUDie = CU.getUnitDIE();
1943 dwarfgen::CompileUnit &CU = DG->addCompileUnit();
1944 dwarfgen::DIE CUDie = CU.getUnitDIE();
2270 DWARFCompileUnit CU(*Context, Sec, Header, /* DA = */ 0, /* RS = */ 0,
2275 ASSERT_EQ(0x1122334455667788ULL, CU.getLength());