Searched refs:NamesSection (Results 1 – 2 of 2) sorted by relevance
1169 auto NamesSection = lookupAllocatableSection(*OF, IPSK_name); in loadBinaryFormat() local1170 if (auto E = NamesSection.takeError()) { in loadBinaryFormat()1172 NamesSection = lookupAllocatableSection(*OF, IPSK_covname); in loadBinaryFormat()1173 if (auto E = NamesSection.takeError()) in loadBinaryFormat()1179 std::tie(NamesContent, NamesAddress) = *NamesSection; in loadBinaryFormat()
2016 DWARFSectionMap NamesSection; member in __anonfc0a132e1211::DWARFObjInMemory2036 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()2422 return NamesSection; in getNamesSection()