Searched refs:objcStubsFastCode (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.h | 157 const uint32_t objcStubsFastCode[8], in writeObjCMsgSendFastStub() 168 encodePage21(&buf32[0], d, objcStubsFastCode[0], in writeObjCMsgSendFastStub() 170 encodePageOff12(&buf32[1], d, objcStubsFastCode[1], selrefVA); in writeObjCMsgSendFastStub() 172 encodePage21(&buf32[2], d, objcStubsFastCode[2], in writeObjCMsgSendFastStub() 174 encodePageOff12(&buf32[3], d, objcStubsFastCode[3], gotAddr + gotOffset); in writeObjCMsgSendFastStub() 175 buf32[4] = objcStubsFastCode[4]; in writeObjCMsgSendFastStub() 176 buf32[5] = objcStubsFastCode[5]; in writeObjCMsgSendFastStub() 177 buf32[6] = objcStubsFastCode[6]; in writeObjCMsgSendFastStub() 178 buf32[7] = objcStubsFastCode[7]; in writeObjCMsgSendFastStub()
|
H A D | X86_64.cpp | 178 static constexpr uint8_t objcStubsFastCode[] = { variable 189 memcpy(buf, objcStubsFastCode, sizeof(objcStubsFastCode)); in writeObjCMsgSendStub() 217 objcStubsFastSize = sizeof(objcStubsFastCode); in X86_64()
|
H A D | ARM64.cpp | 113 static constexpr uint32_t objcStubsFastCode[] = { 141 ::writeObjCMsgSendFastStub<LP64>(buf, objcStubsFastCode, sym, stubsAddr, in writeObjCMsgSendStub() 220 objcStubsFastSize = sizeof(objcStubsFastCode); 108 static constexpr uint32_t objcStubsFastCode[] = { global() variable
|