Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp135 make<ConcatOutputSection>(section_names::compactUnwind); in UnwindInfoSection()
146 isec->getName() == section_names::compactUnwind); in addInput()
H A DInputSection.h295 constexpr const char compactUnwind[] = "__compact_unwind"; variable
H A DDriver.cpp1053 assert(isec->getName() == section_names::compactUnwind); in gatherInputSections()