Lines Matching refs:InputSectionBase
218 InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
233 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg()
285 Optional<DILineInfo> ObjFile<ELFT>::getDILineInfo(InputSectionBase *s, in getDILineInfo()
289 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
477 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
483 if (InputSectionBase *s = sections[index]) in handleSectionGroup()
496 InputSectionBase *head; in handleSectionGroup()
497 InputSectionBase *prev = nullptr; in handleSectionGroup()
499 InputSectionBase *s = sections[index]; in handleSectionGroup()
625 InputSectionBase *s = getRelocTarget(i, sec, info); in initializeSections()
666 InputSectionBase *linkSec = nullptr; in initializeSections()
843 InputSectionBase *ObjFile<ELFT>::getRelocTarget(uint32_t idx, in getRelocTarget()
847 InputSectionBase *target = this->sections[info]; in getRelocTarget()
865 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection()
1086 InputSectionBase *sec = sections[secIdx]; in initializeLocalSymbols()
1141 InputSectionBase *sec = sections[secIdx]; in postParse()