Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h145 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_PAIR); in processRelocationRef()
146 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_SECTDIFF); in processRelocationRef()
147 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_LOCAL_SECTDIFF); in processRelocationRef()
148 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_PB_LA_PTR); in processRelocationRef()
149 UNIMPLEMENTED_RELOC(MachO::ARM_THUMB_32BIT_BRANCH); in processRelocationRef()
150 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_HALF); in processRelocationRef()
H A DRuntimeDyldMachOI386.h55 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR); in processRelocationRef()
56 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PB_LA_PTR); in processRelocationRef()
57 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_TLV); in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h62 UNIMPLEMENTED_RELOC(MachO::X86_64_RELOC_TLV); in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h39 #define UNIMPLEMENTED_RELOC(RelType) \ macro