Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DICF.cpp382 Section *addrSigSection = obj->addrSigSection; in markAddrSigSymbols() local
383 if (!addrSigSection) in markAddrSigSymbols()
385 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols()
387 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
H A DInputFiles.h172 Section *addrSigSection = nullptr; variable
H A DInputFiles.cpp371 addrSigSection = sections.back(); in parseSections()