Home
last modified time | relevance | path

Searched refs:addrsigSec (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h272 const Elf_Shdr *addrsigSec = nullptr; variable
H A DDriver.cpp2401 if (obj->addrsigSec) { in findKeepUniqueSections()
2403 check(obj->getObj().getSectionContents(*obj->addrsigSec)); in findKeepUniqueSections()
H A DInputFiles.cpp801 this->addrsigSec = &sec; in initializeSections()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h191 const coff_section *addrsigSec = nullptr; variable
H A DInputFiles.cpp253 addrsigSec = sec; in readSection()
H A DDriver.cpp1206 if (obj->addrsigSec) { in findKeepUniqueSections()
1209 obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents)); in findKeepUniqueSections()