Home
last modified time | relevance | path

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

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