Searched refs:thunkSize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 184 uint64_t stubsInRangeVA = isecEnd + maxPotentialThunks * target->thunkSize + in estimateStubsInRangeVA() 220 size_t thunkSize = target->thunkSize; in finalize() local 249 unsigned slop = 256 * thunkSize; in finalize() 332 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize() 338 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
|
H A D | Target.h | 101 bool usesThunks() const { return thunkSize > 0; } in usesThunks() 129 size_t thunkSize = 0; variable
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 184 thunkSize = sizeof(thunkCode); in ARM64()
|