Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DELF_loongarch.cpp52 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon2c751b7c0111::ELFLinkGraphBuilder_loongarch
111 Expected<loongarch::EdgeKind_loongarch> Kind = getRelocationKind(Type); in addSingleRelocation()
DELF_i386.cpp114 static Expected<i386::EdgeKind_i386> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_i386
178 Expected<i386::EdgeKind_i386> Kind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
DMachO_arm64.cpp55 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() function in __anon1b43d25a0111::MachOLinkGraphBuilder_arm64
252 auto MachORelocKind = getRelocationKind(RI); in addRelocations()
300 MachORelocKind = getRelocationKind(RI); in addRelocations()
DELF_x86_64.cpp124 static Expected<ELFX86RelocationKind> getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
197 auto ELFRelocKind = getRelocationKind(Rel.getType(false)); in addSingleRelocation()
DELF_aarch64.cpp73 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in __anon3a9007080111::ELFLinkGraphBuilder_aarch64
160 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation()
DELF_riscv.cpp470 getRelocationKind(const uint32_t Type) { in getRelocationKind() function in llvm::jitlink::ELFLinkGraphBuilder_riscv
576 Expected<riscv::EdgeKind_riscv> Kind = getRelocationKind(Type); in addSingleRelocation()