Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp130 uint64_t objcMsgSendIndex; in writeObjCMsgSendStub() local
135 objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub()
138 objcMsgSendIndex); in writeObjCMsgSendStub()
144 objcMsgSendIndex = 0; in writeObjCMsgSendStub()
147 objcMsgSendIndex = objcMsgSend->stubsIndex; in writeObjCMsgSendStub()
151 objcMsgSendIndex); in writeObjCMsgSendStub()
H A DX86_64.cpp187 uint64_t objcMsgSendIndex = objcMsgSend->gotIndex; in writeObjCMsgSendStub() local
194 objcMsgSendAddr + objcMsgSendIndex * LP64::wordSize); in writeObjCMsgSendStub()