Home
last modified time | relevance | path

Searched refs:TUs (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h32 SmallVector<DWARFTypeUnit *, 1> TUs; variable
79 if (TUs.empty()) in getNumTypeUnits()
81 return TUs.size(); in getNumTypeUnits()
100 if (TUs.empty()) in getTypeUnitAtIndex()
102 return TUs[index]; in getTypeUnitAtIndex()
HDDWARFContext.cpp28 DeleteContainerPointers(TUs); in ~DWARFContext()
313 TUs.push_back(TU.take()); in parseTypeUnits()
314 offset = TUs.back()->getNextUnitOffset(); in parseTypeUnits()
/trueos/contrib/gcc/
HDChangeLog-20061480 in different TUs as compatible if there one set of attributes is
HDChangeLog-200535653 after the full declaration if the are in two different TUs.