Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
331 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
337 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize, in finalize()
H A DTarget.h85 bool usesThunks() const { return thunkSize > 0; } in usesThunks()
111 size_t thunkSize = 0; variable
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp131 thunkSize = sizeof(thunkCode); in ARM64()