Lines Matching refs:InputSectionBase
247 InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
262 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg()
314 Optional<DILineInfo> ObjFile<ELFT>::getDILineInfo(InputSectionBase *s, in getDILineInfo()
318 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
528 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
534 if (InputSectionBase *s = sections[index]) in handleSectionGroup()
547 InputSectionBase *head; in handleSectionGroup()
548 InputSectionBase *prev = nullptr; in handleSectionGroup()
550 InputSectionBase *s = sections[index]; in handleSectionGroup()
675 InputSectionBase *linkSec = nullptr; in initializeSections()
852 InputSectionBase *ObjFile<ELFT>::getRelocTarget(const Elf_Shdr &sec) { in getRelocTarget()
856 InputSectionBase *target = this->sections[idx]; in getRelocTarget()
877 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { in createInputSection()
952 InputSectionBase *target = getRelocTarget(sec); in createInputSection()
1113 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()
1142 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()