Searched refs:NamesSection (Results 1 – 2 of 2) sorted by relevance
1109 auto NamesSection = lookupSections(*OF, IPSK_name); in loadBinaryFormat() local1110 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()
2016 DWARFSectionMap NamesSection; member in __anonfc0a132e1211::DWARFObjInMemory2036 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()2422 return NamesSection; in getNamesSection()