Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1991 InfoSectionMap TypesSections; member in __anonafd15ee41111::DWARFObjInMemory
2124 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
2202 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
2255 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
2432 for (auto &P : TypesSections) in forEachTypesSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp256 MCSection *OutputTypes, const std::vector<StringRef> &TypesSections, in addAllTypesFromTypesSection() argument
259 for (StringRef Types : TypesSections) { in addAllTypesFromTypesSection()