Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp388 struct PointerListInfo { struct in __anonff1b1f600411::ObjcCategoryMerger
389 PointerListInfo() = default;
390 PointerListInfo(const PointerListInfo &) = default;
391 PointerListInfo(const char *_categoryPrefix, uint32_t _pointersPerStruct) in PointerListInfo() argument
395 inline bool operator==(const PointerListInfo &cmp) const { in operator ==() argument
428 PointerListInfo instanceMethods = {objc::symbol_names::instanceMethods,
430 PointerListInfo classMethods = {objc::symbol_names::categoryClassMethods,
432 PointerListInfo protocols = {objc::symbol_names::categoryProtocols,
434 PointerListInfo instanceProps = {objc::symbol_names::listProprieties,
436 PointerListInfo classProps = {objc::symbol_names::klassPropList,
[all …]