Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp191 bool targetIsThumb);
203 bool targetIsThumb);
209 bool targetIsThumb);
370 bool targetIsThumb) { in setDisplacementInArmBranch() argument
376 if (targetIsThumb) { in setDisplacementInArmBranch()
426 bool targetIsThumb) { in setDisplacementInThumbBranch() argument
434 if (targetIsThumb) { in setDisplacementInThumbBranch()
443 assert(targetIsThumb && "no pc-rel thumb branch instruction that " in setDisplacementInThumbBranch()
908 bool &thumbMode, bool targetIsThumb) { in applyFixupFinal() argument
930 displacement, targetIsThumb); in applyFixupFinal()
[all …]
DShimPass.cpp60 bool targetIsThumb = _archHandler.isThumbFunction(*daTarget); in perform() local
61 if (atomIsThumb != targetIsThumb) in perform()