Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp980 auto NamesSection = in loadBinaryFormat() local
983 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
999 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1539 DWARFSectionMap NamesSection; member in __anona8a913f90f11::DWARFObjInMemory
1559 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1949 return NamesSection; in getNamesSection()