Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1993 InfoSectionMap TypesSections; member in __anonfc0a132e1211::DWARFObjInMemory
2126 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
2204 .Case("debug_types", &TypesSections) in DWARFObjInMemory()
2257 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
2434 for (auto &P : TypesSections) in forEachTypesSections()
/freebsd/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()