Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFContext.h39 SmallVector<DWARFCompileUnit *, 1> DWOCUs; variable
86 if (DWOCUs.empty()) in getNumDWOCompileUnits()
88 return DWOCUs.size(); in getNumDWOCompileUnits()
107 if (DWOCUs.empty()) in getDWOCompileUnitAtIndex()
109 return DWOCUs[index]; in getDWOCompileUnitAtIndex()
DDWARFContext.cpp29 DeleteContainerPointers(DWOCUs); in ~DWARFContext()
332 DWOCUs.push_back(DWOCU.take()); in parseDWOCompileUnits()
333 offset = DWOCUs.back()->getNextUnitOffset(); in parseDWOCompileUnits()