Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp984 auto NamesSection = in loadBinaryFormat() local
987 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
1003 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1570 DWARFSectionMap NamesSection; member in __anon445fd25e0f11::DWARFObjInMemory
1590 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1980 return NamesSection; in getNamesSection()