Searched refs:needsThunks (Results 1 – 10 of 10) sorted by relevance
72 bool needsThunks() const;
124 bool TextOutputSection::needsThunks() const { in needsThunks() function in TextOutputSection211 if (!needsThunks()) { in finalize()
46 AVR() { needsThunks = true; } in AVR()
167 needsThunks = true; in PPC()
52 needsThunks = true; in MIPS()
97 needsThunks = true; in AArch64()
593 needsThunks = true; in PPC64()
71 needsThunks = true; in ARM()
153 bool needsThunks = false;150 bool needsThunks = false; global() variable
1446 bool changed = target->needsThunks ? tc.createThunks(pass, outputSections) in finalizeAddressDependentContent()1455 error(target->needsThunks ? "thunk creation not converged" in finalizeAddressDependentContent()