Searched refs:findByName (Results 1 – 5 of 5) sorted by relevance
758 static OutputSection *findByName(ArrayRef<SectionCommand *> vec, in findByName() function888 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections()966 OutputSection *sec = findByName(sectionCommands, ".gnu.sgstubs"); in diagnoseMissingSGSectionAddress()
356 static SectionChunk *findByName(ArrayRef<SectionChunk *> sections,
738 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName() function in lld::coff::SectionChunk
291 SectionChunk::findByName(file->getDebugChunks(), ".debug$H"); in getDebugH()
734 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()