Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86.cpp117 Expected<x86::EdgeKind_x86> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_x86
190 Expected<x86::EdgeKind_x86> Kind = getRelocationKind(ELFReloc); in addSingleRelocation()
H A DMachO_arm64.cpp73 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anonacda305e0111::MachOLinkGraphBuilder_arm64
294 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
342 MachORelocKind = getRelocationKind(RI); in addRelocations()
H A DELF_loongarch.cpp284 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon7d1b0a800111::ELFLinkGraphBuilder_loongarch
380 Expected<loongarch::EdgeKind_loongarch> Kind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_aarch64.cpp159 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anoncc26650c0111::ELFLinkGraphBuilder_aarch64
258 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
H A DELF_riscv.cpp783 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
897 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()