Lines Matching defs:DynamicReloc
409 class DynamicReloc {
432 DynamicReloc(RelType type, const InputSectionBase *inputSec,
438 DynamicReloc(RelType type, const InputSectionBase *inputSec,
444 DynamicReloc(RelType type, const InputSectionBase *inputSec,
504 template <bool shard = false> void addReloc(const DynamicReloc &reloc) {
521 addReloc<shard>(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec,
530 void addReloc(DynamicReloc::Kind kind, RelType dynType, InputSectionBase &sec,
556 SmallVector<DynamicReloc, 0> relocs;
562 SmallVector<SmallVector<DynamicReloc, 0>, 0> relocsVec;
568 inline void RelocationBaseSection::addReloc<true>(const DynamicReloc &reloc) {