Home
last modified time | relevance | path

Searched defs:relocs (Results 1 – 20 of 20) sorted by relevance

/llvm-project/lld/test/COFF/
H A Dautoimport-list-ptrs.s18 relocs: label
H A Dautoimport-nowarn.s17 relocs: label
H A Dautoimport-warn.s30 relocs: label
H A Dautoimport-arm64-data.s43 relocs: label
H A Dautoimport-x86.s66 relocs: label
H A Dautoimport-arm-data.s43 relocs: label
H A Dautoimport-refptr.s60 relocs: label
/llvm-project/lld/test/ELF/
H A Demit-relocs-gc.s27 relocs: label
/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp274 std::vector<Reloc> &relocs = isec->relocs; finalize() local
H A DInputSection.h91 std::vector<Reloc> relocs; variable
/llvm-project/lld/ELF/
H A DInputSection.h239 MutableArrayRef<Relocation> relocs() { return relocations; } relocs() function
240 ArrayRef<Relocation> relocs() const { return relocations; } relocs() function
H A DSyntheticSections.h333 llvm::MapVector<Symbol *, size_t> relocs; global() member
556 SmallVector<DynamicReloc, 0> relocs; global() variable
617 SmallVector<RelativeReloc, 0> relocs; global() variable
[all...]
H A DSyntheticSections.cpp3207 getNameRelocs(InputSection * sec,ArrayRef<RelTy> rels,DenseMap<uint32_t,uint32_t> & relocs) getNameRelocs() argument
3216 auto relocs = std::make_unique<DenseMap<uint32_t, uint32_t>[]>(numChunks); finalizeContents() local
[all...]
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp546 relaxable(ArrayRef<Relocation> relocs,size_t i) relaxable() argument
601 const ArrayRef<Relocation> relocs = sec.relocs(); relocateAlloc() local
816 const MutableArrayRef<Relocation> relocs = sec.relocs(); relax() local
[all...]
H A DLoongArch.cpp729 const MutableArrayRef<Relocation> relocs = sec.relocs(); relax() local
[all...]
H A DAArch64.cpp666 AArch64Relaxer(ArrayRef<Relocation> relocs) AArch64Relaxer() argument
[all...]
/llvm-project/lld/wasm/
H A DInputFiles.cpp226 ArrayRef<WasmRelocation> relocs = section->Relocations; setRelocs() local
/llvm-project/lld/COFF/
H A DChunks.h760 PseudoRelocTableChunk(std::vector<RuntimePseudoReloc> & relocs) PseudoRelocTableChunk() argument
H A DPDB.cpp833 auto relocs = sc->getRelocs(); advanceRelocIndex() local
H A DWriter.cpp602 ArrayRef<coff_relocation> relocs = sc->getRelocs(); verifyRanges() local