Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp481 void DWARFUnit::extractDIEsIfNeeded(bool CUDieOnly) { in extractDIEsIfNeeded() argument
482 if (Error e = tryExtractDIEsIfNeeded(CUDieOnly)) in extractDIEsIfNeeded()
486 Error DWARFUnit::tryExtractDIEsIfNeeded(bool CUDieOnly) { in tryExtractDIEsIfNeeded() argument
487 if ((CUDieOnly && !DieArray.empty()) || in tryExtractDIEsIfNeeded()
492 extractDIEsToVector(!HasCUDie, !CUDieOnly, DieArray); in tryExtractDIEsIfNeeded()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h550 Error tryExtractDIEsIfNeeded(bool CUDieOnly);
561 void extractDIEsIfNeeded(bool CUDieOnly);