Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1547 InfoSectionMap TypesSections; member in __anon445fd25e0f11::DWARFObjInMemory
1680 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1762 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
1815 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1992 for (auto &P : TypesSections) in forEachTypesSections()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp218 MCSection *OutputTypes, const std::vector<StringRef> &TypesSections, in addAllTypesFromTypesSection() argument
220 for (StringRef Types : TypesSections) { in addAllTypesFromTypesSection()