Home
last modified time | relevance | path

Searched defs:rels (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lld/ELF/
H A DMarkLive.cpp144 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 DInputSection.cpp390 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 DDWARF.cpp139 const RelsOrRelas<ELFT> rels = sec.sec->template relsOrRelas<ELFT>(); find() local
H A DICF.cpp444 combineRelocHashes(unsigned cnt,InputSection * isec,ArrayRef<RelTy> rels) combineRelocHashes() argument
507 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); run() local
[all...]
H A DSyntheticSections.cpp469 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 DRelocations.h219 sortRels(ArrayRef<RelTy> rels,SmallVector<RelTy,0> & storage) sortRels() argument
H A DRelocations.cpp1545 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 DInputSection.h40 ArrayRef<typename ELFT::Rel> rels; global() member
H A DDriver.cpp1001 ArrayRef<typename ELFT::Rel> rels = processCallGraphRelocations() local
2420 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); readSymbolPartitionSection() local
[all...]
H A DWriter.cpp383 markUsedLocalSymbolsImpl(ObjFile<ELFT> * file,llvm::ArrayRef<RelTy> rels) markUsedLocalSymbolsImpl() argument
/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp832 MutableArrayRef<Relocation> rels = sec->relocs(); finalizeRelax() local
H A DAArch64.cpp1037 const RelsOrRelas<ELFT> rels = sec.relsOrRelas<ELFT>(); addTaggedSymbolReferences() local
H A DRISCV.cpp946 MutableArrayRef<Relocation> rels = sec->relocs(); finalizeRelax() local
/llvm-project/llvm/include/llvm/Object/
H A DELF.h357 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { rels() function
/llvm-project/lld/COFF/
H A DWriter.cpp2061 std::vector<RuntimePseudoReloc> rels; createRuntimePseudoRelocs() local