Searched refs:needsThunks (Results 1 – 12 of 12) sorted by relevance
122 bool TextOutputSection::needsThunks() const { in needsThunks() function in TextOutputSection133 bool needsThunks = parent && parent->needsThunks; in needsThunks() local142 if (!needsThunks && in needsThunks()148 parent->needsThunks = true; in needsThunks()271 if (!needsThunks()) { in finalize()
60 bool needsThunks = false; variable
74 bool needsThunks() const;
45 AVR(Ctx &ctx) : TargetInfo(ctx) { needsThunks = true; } in AVR()
72 needsThunks = true; in Hexagon()
170 needsThunks = true; in PPC()
50 needsThunks = true; in MIPS()
131 needsThunks = true; in AArch64()
591 needsThunks = true; in PPC64()
74 needsThunks = true; in ARM()
156 bool needsThunks = false; variable
1533 bool changed = ctx.target->needsThunks in finalizeAddressDependentContent()