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

/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.cpp184 uint64_t stubsInRangeVA = isecEnd + maxPotentialThunks * target->thunkSize +
220 size_t thunkSize = target->thunkSize; local
249 unsigned slop = 1024 * thunkSize;
331 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize,
337 thunkName, /*file=*/nullptr, thunkInfo.isec, /*value=*/0, thunkSize,
H A DTarget.h102 bool usesThunks() const { return thunkSize > 0; }
128 size_t thunkSize = 0; member in class:lld::macho::TargetInfo
/openbsd-current/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp157 thunkSize = sizeof(thunkCode);

Completed in 133 milliseconds