Searched refs:targetIsThumb (Results 1 – 2 of 2) sorted by relevance
191 bool targetIsThumb);203 bool targetIsThumb);209 bool targetIsThumb);370 bool targetIsThumb) { in setDisplacementInArmBranch() argument376 if (targetIsThumb) { in setDisplacementInArmBranch()426 bool targetIsThumb) { in setDisplacementInThumbBranch() argument434 if (targetIsThumb) { in setDisplacementInThumbBranch()443 assert(targetIsThumb && "no pc-rel thumb branch instruction that " in setDisplacementInThumbBranch()908 bool &thumbMode, bool targetIsThumb) { in applyFixupFinal() argument930 displacement, targetIsThumb); in applyFixupFinal()[all …]
60 bool targetIsThumb = _archHandler.isThumbFunction(*daTarget); in perform() local61 if (atomIsThumb != targetIsThumb) in perform()