Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp113 return ELF_x86_64_Edges::ELFX86RelocationKind::Pointer32Signed; in getRelocationKind()
196 case Pointer32Signed: in addSingleRelocation()
197 Kind = x86_64::Pointer32Signed; in addSingleRelocation()
406 case Pointer32Signed: in getELFX86RelocationKindName()
H A Dx86_64.cpp27 case Pointer32Signed: in getEdgeKindName()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DELF_x86_64.h24 Pointer32Signed, enumerator
H A Dx86_64.h54 Pointer32Signed, enumerator
409 case Pointer32Signed: { in applyFixup()