Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp195 stubOffset += target->objcStubsFastSize; in writeObjCMsgSendStub()
217 objcStubsFastSize = sizeof(objcStubsFastCode); in X86_64()
H A DARM64.cpp133 objcStubSize = target->objcStubsFastSize; in writeObjCMsgSendStub()
186 objcStubsFastSize = sizeof(objcStubsFastCode); in ARM64()
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h122 size_t objcStubsFastSize; variable
H A DSyntheticSections.cpp909 ? target->objcStubsFastSize in addEntry()
944 ? target->objcStubsFastSize in getSize()