Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1109 auto NamesSection = lookupSections(*OF, IPSK_name); in loadBinaryFormat() local
1110 if (auto E = NamesSection.takeError()) { in loadBinaryFormat()
1112 NamesSection = lookupSections(*OF, IPSK_covname); in loadBinaryFormat()
1113 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
1116 NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2016 DWARFSectionMap NamesSection; member in __anonfc0a132e1211::DWARFObjInMemory
2036 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
2422 return NamesSection; in getNamesSection()