Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1615 InfoSectionMap TypesSections; member in __anon00272cc51011::DWARFObjInMemory
1748 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1830 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
1883 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
2060 for (auto &P : TypesSections) in forEachTypesSections()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp219 MCSection *OutputTypes, const std::vector<StringRef> &TypesSections, in addAllTypesFromTypesSection() argument
221 for (StringRef Types : TypesSections) { in addAllTypesFromTypesSection()