Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp219 maxTextSize += existingForwardThunks * target->thunkSize; in estimateBranchTargetThresholdVA()
223 maxTextSize += maxPotentialThunks * target->thunkSize; in estimateBranchTargetThresholdVA()
280 size_t thunkSize = target->thunkSize; in finalize() local
309 unsigned slop = 256 * thunkSize; in finalize()
398 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
404 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
H A DTarget.h117 bool usesThunks() const { return thunkSize > 0; } in usesThunks()
145 size_t thunkSize = 0; variable
H A DICF.cpp313 uint32_t thunkSize = target->getICFSafeThunkSize(); in applySafeThunksToRange() local
314 if (masterIsec->data.size() <= thunkSize) in applySafeThunksToRange()
342 sym->size = thunkSize; in applySafeThunksToRange()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp216 thunkSize = sizeof(thunkCode); in ARM64()