Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp838 Symbol *objcMsgSend = symtab->addUndefined("_objc_msgSend", /*file=*/nullptr, in setUp() local
840 objcMsgSend->used = true; in setUp()
841 in.got->addEntry(objcMsgSend); in setUp()
842 assert(objcMsgSend->isInGot()); in setUp()
843 objcMsgSendGotIndex = objcMsgSend->gotIndex; in setUp()