Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDConcatOutputSection.cpp411 isec->getName() != section_names::gccExceptTab && in getOrCreateForInput()
HDInputSection.h329 constexpr const char gccExceptTab[] = "__gcc_except_tab"; variable
HDInputSection.cpp406 return isec->getName() == section_names::gccExceptTab && in isGccExceptTabSection()