Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1098 auto NamesSection = lookupSections(*OF, IPSK_name); in loadBinaryFormat() local
1099 if (auto E = NamesSection.takeError()) { in loadBinaryFormat()
1101 NamesSection = lookupSections(*OF, IPSK_covname); in loadBinaryFormat()
1102 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
1105 NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2014 DWARFSectionMap NamesSection; member in __anonafd15ee41111::DWARFObjInMemory
2034 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
2420 return NamesSection; in getNamesSection()