Home
last modified time | relevance | path

Searched refs:needsThunks (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h42 bool needsThunks() const;
H A DConcatOutputSection.cpp123 bool ConcatOutputSection::needsThunks() const { in needsThunks() function in ConcatOutputSection
201 if (!needsThunks()) { in finalize()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h137 bool needsThunks = false; variable
H A DWriter.cpp1736 bool changed = target->needsThunks && tc.createThunks(outputSections); in finalizeAddressDependentContent()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp167 needsThunks = true; in PPC()
H A DAArch64.cpp80 needsThunks = true; in AArch64()
H A DARM.cpp66 needsThunks = true; in ARM()
H A DMips.cpp55 needsThunks = true; in MIPS()
H A DPPC64.cpp583 needsThunks = true; in PPC64()