Searched refs:stubHelperEntryCode (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM64_32.cpp | 86 static constexpr uint32_t stubHelperEntryCode[] = { variable 94 ::writeStubHelperEntry(buf8, stubHelperEntryCode, sym, entryVA); in writeStubHelperEntry() 107 stubHelperEntrySize = sizeof(stubHelperEntryCode); in ARM64_32()
|
| H A D | ARM64Common.h | 140 const uint32_t stubHelperEntryCode[3], in writeStubHelperEntry() 145 buf32[0] = stubHelperEntryCode[0]; in writeStubHelperEntry() 146 encodeBranch26(&buf32[1], {&sym, "stub helper"}, stubHelperEntryCode[1], in writeStubHelperEntry()
|
| H A D | ARM64.cpp | 92 static constexpr uint32_t stubHelperEntryCode[] = { variable 100 ::writeStubHelperEntry(buf8, stubHelperEntryCode, sym, entryVA); in writeStubHelperEntry() 144 stubHelperEntrySize = sizeof(stubHelperEntryCode); in ARM64()
|