Searched refs:applyRelARM64 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | Chunks.cpp | 292 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64() function in lld::coff::SectionChunk 408 applyRelARM64(off, rel.Type, os, s, p); in writeTo()
|
D | Chunks.h | 221 void applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, uint64_t s,
|