Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DMachO_x86_64.h25 Branch32ToStub, enumerator
DELF_x86_64.h24 Branch32ToStub, enumerator
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/
DELF_x86-64_relocations.s54 # Branch32ToStub edge, because externals are not defined locally. During
68 # produces a Branch32ToStub edge, because externals are not defined locally.
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp80 E.setKind(Branch32ToStub); in fixExternalBranchEdge()
161 } else if (E.getKind() == Branch32ToStub) { in optimizeELF_x86_64_GOTAndStubs()
640 case ELFX86RelocationKind::Branch32ToStub: in applyFixup()
691 case Branch32ToStub: in getELFX86RelocationKindName()
DMachO_x86_64.cpp420 E.setKind(Branch32ToStub); in fixExternalBranchEdge()
504 } else if (E.getKind() == Branch32ToStub) { in optimizeMachO_x86_64_GOTAndStubs()
700 case Branch32ToStub: in getMachOX86RelocationKindName()