Home
last modified time | relevance | path

Searched defs:relocateAlloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp160 void TargetInfo::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in TargetInfo
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp489 void PPC::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in PPC
H A DX86.cpp484 void X86::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in X86
H A DAArch64.cpp872 void AArch64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in AArch64
H A DX86_64.cpp1035 void X86_64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in X86_64
H A DRISCV.cpp593 void RISCV::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in RISCV
H A DPPC64.cpp1563 void PPC64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc() function in PPC64