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.h139 size_t objcStubsSmallSize; variable
H A DSyntheticSections.cpp909 : target->objcStubsSmallSize; in addEntry()
944 : target->objcStubsSmallSize; in getSize()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp145 objcStubSize = target->objcStubsSmallSize; in writeObjCMsgSendStub()
220 objcStubsSmallSize = sizeof(objcStubsSmallCode); in ARM64()