Searched refs:NamesSection (Results 1 – 2 of 2) sorted by relevance
1098 auto NamesSection = lookupSections(*OF, IPSK_name); in loadBinaryFormat() local1099 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()
2014 DWARFSectionMap NamesSection; member in __anonafd15ee41111::DWARFObjInMemory2034 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()2420 return NamesSection; in getNamesSection()