Lines Matching refs:DWARFCompileUnit
233 DWARFCompileUnit *U = in TestAllForms()
234 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestAllForms()
499 DWARFCompileUnit *U = in TestChildren()
500 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestChildren()
676 DWARFCompileUnit *U1 = in TestReferences()
677 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestReferences()
678 DWARFCompileUnit *U2 = in TestReferences()
679 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(1)); in TestReferences()
886 DWARFCompileUnit *U = in TestAddresses()
887 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TestAddresses()
1155 DWARFCompileUnit *U = in TEST()
1156 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1327 DWARFCompileUnit *U = in TEST()
1328 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1385 DWARFCompileUnit *U = in TEST()
1386 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1433 DWARFCompileUnit *U = in TEST()
1434 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1502 DWARFCompileUnit *U = in TEST()
1503 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1705 DWARFCompileUnit *U = in TEST()
1706 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
1765 DWARFCompileUnit *U = in TEST()
1766 cast<DWARFCompileUnit>(DwarfContext->getUnitAtIndex(0)); in TEST()
3145 DWARFCompileUnit CU(*Context, Sec, Header, /* DA = */ 0, /* RS = */ 0, in TEST()