Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp184 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 DTarget.h101 bool usesThunks() const { return thunkSize > 0; } in usesThunks()
129 size_t thunkSize = 0; variable
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp184 thunkSize = sizeof(thunkCode); in ARM64()