Searched refs:getNumDWOCompileUnits (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.h85 unsigned getNumDWOCompileUnits() { function in class:llvm::DWARFContext
H A DDWARFUnit.cpp245 if (DWOContext->getNumDWOCompileUnits() > 0)
H A DDWARFContext.cpp166 if (getNumDWOCompileUnits()) {
168 for (unsigned i = 0, e = getNumDWOCompileUnits(); i != e; ++i)

Completed in 132 milliseconds