Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1987 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap, typedef in __anonafd15ee41111::DWARFObjInMemory
1990 InfoSectionMap InfoSections;
1991 InfoSectionMap TypesSections;
1992 InfoSectionMap InfoDWOSections;
1993 InfoSectionMap TypesDWOSections;
2198 } else if (InfoSectionMap *Sections = in DWARFObjInMemory()
2199 StringSwitch<InfoSectionMap *>(Name) in DWARFObjInMemory()