Home
last modified time | relevance | path

Searched refs:objcStubsSmallSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h123 size_t objcStubsSmallSize; variable
H A DSyntheticSections.cpp910 : target->objcStubsSmallSize; in addEntry()
945 : target->objcStubsSmallSize; in getSize()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp141 objcStubSize = target->objcStubsSmallSize; in writeObjCMsgSendStub()
188 objcStubsSmallSize = sizeof(objcStubsSmallCode); in ARM64()