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.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.h180 Section *addrSigSection = nullptr; variable
H A DInputFiles.cpp411 addrSigSection = sections.back(); in parseSections()