Searched defs:relocateAlloc (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 160 void TargetInfo::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in TargetInfo |
/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC.cpp | 496 void PPC::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in PPC |
H A D | X86.cpp | 484 void X86::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in X86 |
H A D | AArch64.cpp | 817 void AArch64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in AArch64 |
H A D | X86_64.cpp | 1035 void X86_64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in X86_64 |
H A D | RISCV.cpp | 593 void RISCV::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in RISCV |
H A D | PPC64.cpp | 1563 void PPC64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { relocateAlloc() function in PPC64 |