Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConcatOutputSection.h72 bool needsThunks() const;
H A DConcatOutputSection.cpp124 bool TextOutputSection::needsThunks() const { in needsThunks() function in TextOutputSection
211 if (!needsThunks()) { in finalize()
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h143 bool needsThunks = false; variable
H A DWriter.cpp1643 bool changed = target->needsThunks ? tc.createThunks(pass, outputSections) in finalizeAddressDependentContent()
1650 error(target->needsThunks ? "thunk creation not converged" in finalizeAddressDependentContent()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp167 needsThunks = true; in PPC()
H A DARM.cpp62 needsThunks = true; in ARM()
H A DMips.cpp52 needsThunks = true; in MIPS()
H A DAArch64.cpp89 needsThunks = true; in AArch64()
H A DPPC64.cpp581 needsThunks = true; in PPC64()