Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.h152 const coff_section *AddrsigSec = nullptr; variable
H A DInputFiles.cpp174 AddrsigSec = Sec; in readSection()
H A DDriver.cpp826 if (Obj->AddrsigSec) { in findKeepUniqueSections()
828 Obj->getCOFFObj()->getSectionContents(Obj->AddrsigSec, Contents); in findKeepUniqueSections()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.h221 const Elf_Shdr *AddrsigSec = nullptr; variable
H A DDriver.cpp1338 if (Obj->AddrsigSec) { in findKeepUniqueSections()
1340 check(Obj->getObj().getSectionContents(Obj->AddrsigSec)); in findKeepUniqueSections()
H A DInputFiles.cpp419 this->AddrsigSec = &Sec; in initializeSections()