Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.h211 StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> sections,
DInputFiles.cpp422 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature() function in ObjFile
605 StringRef signature = getShtGroupSignature(objSections, sec); in initializeSections()
DRelocations.cpp706 StringRef signature = file->getShtGroupSignature(objSections, elfSec); in maybeReportDiscarded()