Home
last modified time | relevance | path

Searched refs:DWOCU (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFUnit.cpp272 DWARFUnit *DWOCU = DWO->getUnit(); in parseDWO() local
274 if (DWOCU == 0 || DWOCU->getDWOId() != getDWOId()) { in parseDWO()
279 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
280 DWOCU->setRangesSection(RangeSection, RangeSectionBase); in parseDWO()
DDWARFContext.cpp324 OwningPtr<DWARFCompileUnit> DWOCU(new DWARFCompileUnit( in parseDWOCompileUnits() local
329 if (!DWOCU->extract(DIData, &offset)) { in parseDWOCompileUnits()
332 DWOCUs.push_back(DWOCU.take()); in parseDWOCompileUnits()