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

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

Completed in 176 milliseconds