Searched refs:thunkSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 219 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 D | Target.h | 117 bool usesThunks() const { return thunkSize > 0; } in usesThunks() 145 size_t thunkSize = 0; variable
|
| H A D | ICF.cpp | 313 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 D | ARM64.cpp | 216 thunkSize = sizeof(thunkCode); in ARM64()
|