Searched refs:NamesSection (Results 1 – 5 of 5) sorted by relevance
626 auto NamesSection = lookupSection(*OF, getInstrProfNameSectionName(false)); in loadBinaryFormat() local627 if (auto E = NamesSection.takeError()) in loadBinaryFormat()637 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
707 auto NamesSection = in loadBinaryFormat() local710 if (auto E = NamesSection.takeError()) in loadBinaryFormat()724 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
905 auto NamesSection = in loadBinaryFormat() local908 if (auto E = NamesSection.takeError()) in loadBinaryFormat()924 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
1465 DWARFSectionMap NamesSection; member in __anonc7c59b990d11::DWARFObjInMemory1484 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()1873 return NamesSection; in getNamesSection()
1530 DWARFSectionMap NamesSection; member in __anonbdce32250f11::DWARFObjInMemory1550 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()1937 return NamesSection; in getNamesSection()