Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp122 bool TextOutputSection::needsThunks() const { in needsThunks() function in TextOutputSection
133 bool needsThunks = parent && parent->needsThunks; in needsThunks() local
142 if (!needsThunks && in needsThunks()
148 parent->needsThunks = true; in needsThunks()
271 if (!needsThunks()) { in finalize()
H A DOutputSegment.h60 bool needsThunks = false; variable
H A DConcatOutputSection.h74 bool needsThunks() const;
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp45 AVR(Ctx &ctx) : TargetInfo(ctx) { needsThunks = true; } in AVR()
H A DHexagon.cpp72 needsThunks = true; in Hexagon()
H A DPPC.cpp170 needsThunks = true; in PPC()
H A DMips.cpp50 needsThunks = true; in MIPS()
H A DAArch64.cpp131 needsThunks = true; in AArch64()
H A DPPC64.cpp591 needsThunks = true; in PPC64()
H A DARM.cpp74 needsThunks = true; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h156 bool needsThunks = false; variable
H A DWriter.cpp1533 bool changed = ctx.target->needsThunks in finalizeAddressDependentContent()