Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFContext.h172 virtual const TypeSectionMap &getTypesSections() = 0;
255 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections() function
/minix/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFContext.cpp351 for (const auto &I : getTypesSections()) { in parseTypeUnits()