Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h266 StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> sections,
H A DInputFiles.cpp561 StringRef signature = getShtGroupSignature(objSections, sec); in parse()
667 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature() function in ObjFile
H A DRelocations.cpp538 StringRef signature = file->getShtGroupSignature(objSections, elfSec); in maybeReportDiscarded()