Home
last modified time | relevance | path

Searched refs:tryExtractDIEsIfNeeded (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp482 if (Error e = tryExtractDIEsIfNeeded(CUDieOnly)) in extractDIEsIfNeeded()
486 Error DWARFUnit::tryExtractDIEsIfNeeded(bool CUDieOnly) { in tryExtractDIEsIfNeeded() function in DWARFUnit
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h550 Error tryExtractDIEsIfNeeded(bool CUDieOnly);
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp2704 if (Error e = cu->tryExtractDIEsIfNeeded(false)) { in readAddressAreas()