Home
last modified time | relevance | path

Searched refs:getShtGroupSignature (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h231 StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> sections,
H A DInputFiles.cpp387 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature() function in ObjFile
555 StringRef signature = getShtGroupSignature(objSections, sec); in initializeSections()
H A DRelocations.cpp546 StringRef signature = file->getShtGroupSignature(objSections, elfSec); in maybeReportDiscarded()