Home
last modified time | relevance | path

Searched refs:hasCategoryClassProperties (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.cpp1874 info.hasCategoryClassProperties = flags & 0x40; in parseImageInfo()
1902 info.hasCategoryClassProperties = true; in finalizeContents()
1906 info.hasCategoryClassProperties &= inputInfo.hasCategoryClassProperties; in finalizeContents()
1924 uint32_t flags = info.hasCategoryClassProperties ? 0x40 : 0x0; in writeTo()
HDSyntheticSections.h656 bool hasCategoryClassProperties = false; member