Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp505 Section *addrSigSection = obj->addrSigSection; in markAddrSigSymbols() local
506 if (!addrSigSection) in markAddrSigSymbols()
508 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols()
510 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
H A DInputFiles.h180 Section *addrSigSection = nullptr; variable
H A DInputFiles.cpp409 addrSigSection = sections.back(); in parseSections()