Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DShimPass.cpp59 bool atomIsThumb = _archHandler.isThumbFunction(*atom); in perform() local
61 if (atomIsThumb != targetIsThumb) in perform()
62 updateBranchToUseShim(atomIsThumb, *daTarget, ref); in perform()