reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, 398 const Elf_Shdr &sec) { 418 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { 474 ArrayRef<Elf_Shdr> sections = CHECK(this->getObj().sections(), this); 503 ArrayRef<Elf_Shdr> objSections = CHECK(obj.sections(), this); 512 const Elf_Shdr &sec = objSections[i]; 593 const Elf_Shdr &sec = objSections[i]; 765 InputSectionBase *ObjFile<ELFT>::getRelocTarget(const Elf_Shdr &sec) { 790 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { 976 StringRef ObjFile<ELFT>::getSectionName(const Elf_Shdr &sec) {tools/lld/ELF/InputFiles.h
207 StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> sections, 208 const Elf_Shdr &sec); 247 const Elf_Shdr *addrsigSec = nullptr; 257 InputSectionBase *getRelocTarget(const Elf_Shdr &sec); 258 InputSectionBase *createInputSection(const Elf_Shdr &sec); 259 StringRef getSectionName(const Elf_Shdr &sec); 261 bool shouldMerge(const Elf_Shdr &sec, StringRef name);