Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp313 uint32_t thunkSize = target->getICFSafeThunkSize(); in applySafeThunksToRange()
456 icfInputs[i]->data.size() <= target->getICFSafeThunkSize()); in run()
459 target->getICFSafeThunkSize()); in run()
H A DTarget.h89 virtual uint32_t getICFSafeThunkSize() const { in getICFSafeThunkSize() function
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp47 uint32_t getICFSafeThunkSize() const override;
209 uint32_t ARM64::getICFSafeThunkSize() const { return sizeof(icfSafeThunkCode); } in getICFSafeThunkSize() function in ARM64