Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1516 InfoSectionMap TypesSections; member in __anond6a2cae20f11::DWARFObjInMemory
1649 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1729 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
1781 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1962 for (auto &P : TypesSections) in forEachTypesSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp215 MCSection *OutputTypes, const std::vector<StringRef> &TypesSections, in addAllTypesFromTypesSection() argument
217 for (StringRef Types : TypesSections) { in addAllTypesFromTypesSection()