Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp198 stubOffset += target->objcStubsFastSize; in writeObjCMsgSendStub()
220 objcStubsFastSize = sizeof(objcStubsFastCode); in X86_64()
H A DARM64.cpp135 objcStubSize = target->objcStubsFastSize; in writeObjCMsgSendStub()
188 objcStubsFastSize = sizeof(objcStubsFastCode); in ARM64()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DTarget.h122 size_t objcStubsFastSize; variable
H A DSyntheticSections.cpp824 ? target->objcStubsFastSize in addEntry()
885 ? target->objcStubsFastSize in getSize()