Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp723 auto *listSym = dyn_cast_or_null<Defined>(reloc->referent.get<Symbol *>()); in parseProtocolListInfo() local
724 assert(listSym && "Protocol list reloc does not have a valid Defined"); in parseProtocolListInfo()
726 ptrList.allPtrs.push_back(listSym); in parseProtocolListInfo()
784 auto *listSym = dyn_cast_or_null<Defined>(reloc->referent.get<Symbol *>()); in parsePointerListInfo() local
785 assert(listSym && "Reloc does not have a valid Defined"); in parsePointerListInfo()
787 ptrList.allPtrs.push_back(listSym); in parsePointerListInfo()