Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h222 unsigned getNumTypeUnits() { in getNumTypeUnits() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp878 assert(((BC.DwCtx->getNumTypeUnits() > 0 && TypeInfoSection) || in updateLineTableOffsets()
879 BC.DwCtx->getNumTypeUnits() == 0) && in updateLineTableOffsets()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1283 Abbrevs.reserve(Context.getNumCompileUnits() + Context.getNumTypeUnits()); in finalize()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp415 if (Explicit || getNumTypeUnits()) in dump()