Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp132 uint64_t objcMsgSendIndex; in writeObjCMsgSendStub() local
137 objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
140 objcMsgSendAddr, objcMsgSendIndex); in writeObjCMsgSendStub()
146 objcMsgSendIndex = 0; in writeObjCMsgSendStub()
149 objcMsgSendIndex = objcMsgSend->stubsIndex; in writeObjCMsgSendStub()
153 objcMsgSendAddr, objcMsgSendIndex); in writeObjCMsgSendStub()
H A DX86_64.cpp189 uint64_t objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub() local
197 objcMsgSendAddr + objcMsgSendIndex * LP64::wordSize); in writeObjCMsgSendStub()