Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.h88 void writePPC64LoadAndBranch(Ctx &, uint8_t *buf, int64_t offset);
H A DThunks.cpp1405 void elf::writePPC64LoadAndBranch(Ctx &ctx, uint8_t *buf, int64_t offset) { in writePPC64LoadAndBranch() function in elf
1419 writePPC64LoadAndBranch(ctx, buf + 4, offset); in writeTo()
1462 writePPC64LoadAndBranch(ctx, buf + 4, offsetFromTOC); in writeTo()
1525 writePPC64LoadAndBranch(ctx, buf, offset); in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1171 writePPC64LoadAndBranch(ctx, buf, in writeIplt()