Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp111 Pointer32Signed, enumerator
127 return ELFX86RelocationKind::Pointer32Signed; in getRelocationKind()
210 case Pointer32Signed: in addSingleRelocation()
211 Kind = x86_64::Pointer32Signed; in addSingleRelocation()
H A Dx86_64.cpp27 case Pointer32Signed: in getEdgeKindName()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h54 Pointer32Signed, enumerator
420 case Pointer32Signed: { in applyFixup()