/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 144 scanEhFrameSection(EhInputSection & eh,ArrayRef<RelTy> rels) scanEhFrameSection() argument 242 const RelsOrRelas<ELFT> rels = eh->template relsOrRelas<ELFT>(); run() local 308 const RelsOrRelas<ELFT> rels = sec.template relsOrRelas<ELFT>(); mark() local [all...] |
H A D | InputSection.cpp | 390 auto rels = llvm::make_range(MapRelIter(rawRels.begin(), mapRel), copyRelocations() local 401 copyRelocations(uint8_t * buf,llvm::iterator_range<RelIt> rels) copyRelocations() argument 909 relocateNonAlloc(uint8_t * buf,ArrayRef<RelTy> rels) relocateNonAlloc() argument 1071 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); relocate() local 1250 const RelsOrRelas<ELFT> rels = relsOrRelas<ELFT>(); split() local 1263 split(ArrayRef<RelTy> rels) split() argument [all...] |
H A D | DWARF.cpp | 139 const RelsOrRelas<ELFT> rels = sec.sec->template relsOrRelas<ELFT>(); find() local
|
H A D | ICF.cpp | 444 combineRelocHashes(unsigned cnt,InputSection * isec,ArrayRef<RelTy> rels) combineRelocHashes() argument 507 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); run() local [all...] |
H A D | SyntheticSections.cpp | 469 if (rels.areRelocsRel()) in iterateFDEWithLSDAAux() argument 388 addCie(EhSectionPiece & cie,ArrayRef<RelTy> rels) addCie() argument 409 isFdeLive(EhSectionPiece & fde,ArrayRef<RelTy> rels) isFdeLive() argument 437 addRecords(EhInputSection * sec,ArrayRef<RelTy> rels) addRecords() argument 458 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); addSectionAux() local 492 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); iterateFDEWithLSDA() local 3206 getNameRelocs(InputSection * sec,ArrayRef<RelTy> rels,DenseMap<uint32_t,uint32_t> & relocs) getNameRelocs() argument 3219 auto rels = sec->template relsOrRelas<ELFT>(); finalizeContents() local [all...] |
H A D | Relocations.h | 219 sortRels(ArrayRef<RelTy> rels,SmallVector<RelTy,0> & storage) sortRels() argument
|
H A D | Relocations.cpp | 1545 checkPPC64TLSRelax(InputSectionBase & sec,ArrayRef<RelTy> rels) checkPPC64TLSRelax() argument 1577 scan(ArrayRef<RelTy> rels) scan() argument 1610 const RelsOrRelas<ELFT> rels = s.template relsOrRelas<ELFT>(); scanSection() local [all...] |
H A D | InputSection.h | 40 ArrayRef<typename ELFT::Rel> rels; global() member
|
H A D | Driver.cpp | 1001 ArrayRef<typename ELFT::Rel> rels = processCallGraphRelocations() local 2420 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); readSymbolPartitionSection() local [all...] |
H A D | Writer.cpp | 383 markUsedLocalSymbolsImpl(ObjFile<ELFT> * file,llvm::ArrayRef<RelTy> rels) markUsedLocalSymbolsImpl() argument
|
/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 832 MutableArrayRef<Relocation> rels = sec->relocs(); finalizeRelax() local
|
H A D | AArch64.cpp | 1037 const RelsOrRelas<ELFT> rels = sec.relsOrRelas<ELFT>(); addTaggedSymbolReferences() local
|
H A D | RISCV.cpp | 946 MutableArrayRef<Relocation> rels = sec->relocs(); finalizeRelax() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 357 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { rels() function
|
/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 2061 std::vector<RuntimePseudoReloc> rels; createRuntimePseudoRelocs() local
|