/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 145 scanEhFrameSection(EhInputSection & eh,ArrayRef<RelTy> rels) scanEhFrameSection() argument 243 const RelsOrRelas<ELFT> rels = eh->template relsOrRelas<ELFT>(); run() local 310 const RelsOrRelas<ELFT> rels = sec.template relsOrRelas<ELFT>(); mark() local [all...] |
H A D | InputSection.cpp | 381 auto rels = llvm::make_range(MapRelIter(rawRels.begin(), mapRel), copyRelocations() local 392 copyRelocations(uint8_t * buf,llvm::iterator_range<RelIt> rels) copyRelocations() argument 897 relocateNonAlloc(uint8_t * buf,ArrayRef<RelTy> rels) relocateNonAlloc() argument 1058 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); relocate() local 1237 const RelsOrRelas<ELFT> rels = relsOrRelas<ELFT>(); split() local 1250 split(ArrayRef<RelTy> rels) split() argument [all...] |
H A D | DWARF.cpp | 138 const RelsOrRelas<ELFT> rels = sec.sec->template relsOrRelas<ELFT>(); find() local
|
H A D | ICF.cpp | 442 combineRelocHashes(unsigned cnt,InputSection * isec,ArrayRef<RelTy> rels) combineRelocHashes() argument 505 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); run() local [all...] |
H A D | Relocations.h | 217 sortRels(ArrayRef<RelTy> rels,SmallVector<RelTy,0> & storage) sortRels() argument
|
H A D | Relocations.cpp | 1503 checkPPC64TLSRelax(InputSectionBase & sec,ArrayRef<RelTy> rels) checkPPC64TLSRelax() argument 1535 scan(ArrayRef<RelTy> rels) scan() argument 1568 const RelsOrRelas<ELFT> rels = s.template relsOrRelas<ELFT>(); scanSection() local [all...] |
H A D | SyntheticSections.cpp | 364 addCie(EhSectionPiece & cie,ArrayRef<RelTy> rels) addCie() argument 386 isFdeLive(EhSectionPiece & fde,ArrayRef<RelTy> rels) isFdeLive() argument 414 addRecords(EhInputSection * sec,ArrayRef<RelTy> rels) addRecords() argument 435 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); addSectionAux() local 446 iterateFDEWithLSDAAux(EhInputSection & sec,ArrayRef<RelTy> rels,DenseSet<size_t> & ciesWithLSDA,llvm::function_ref<void (InputSection &)> fn) iterateFDEWithLSDAAux() argument 469 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); iterateFDEWithLSDA() local [all...] |
H A D | InputSection.h | 40 Relocs<typename ELFT::Rel> rels; member
|
H A D | Driver.cpp | 973 ArrayRef<typename ELFT::Rel> rels = processCallGraphRelocations() local 2298 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); readSymbolPartitionSection() local
|
H A D | Writer.cpp | 678 markUsedLocalSymbolsImpl(ObjFile<ELFT> * file,llvm::ArrayRef<RelTy> rels) markUsedLocalSymbolsImpl() argument
|
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 792 MutableArrayRef<Relocation> rels = sec->relocs(); finalizeRelax() local
|
H A D | AArch64.cpp | 992 const RelsOrRelas<ELFT> rels = sec.relsOrRelas<ELFT>(); addTaggedSymbolReferences() local
|
H A D | RISCV.cpp | 946 MutableArrayRef<Relocation> rels = sec->relocs(); in finalizeRelax() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 314 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { rels() function
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 2057 std::vector<RuntimePseudoReloc> rels; createRuntimePseudoRelocs() local
|
/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_sge.c | 624 uint64_t refs, rels; in t4_sge_extfree_refs() local
|