Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h60 RelocationSetType Relocations; variable
149 Relocations(Section.Relocations), in BinarySection()
291 return make_range(Relocations.begin(), Relocations.end()); in relocations()
296 return make_range(Relocations.begin(), Relocations.end()); in relocations()
310 bool hasRelocations() const { return !Relocations.empty(); } in hasRelocations()
317 auto Itr = Relocations.find(Offset); in removeRelocationAt()
318 if (Itr != Relocations.end()) { in removeRelocationAt()
319 Relocations.erase(Itr); in removeRelocationAt()
333 Relocations.emplace(Relocation{Offset, Symbol, Type, Addend, Value});
367 auto Itr = Relocations.find(Offset); in getRelocationAt()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp37 auto Relocations = in readSections() local
39 if (!Relocations) in readSections()
40 return Relocations.takeError(); in readSections()
41 for (const XCOFFRelocation32 &Rel : Relocations.get()) in readSections()
42 ReadSec.Relocations.push_back(Rel); in readSections()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbasic-relocations.test22 Relocations:
36 Relocations:
44 Relocations:
53 Relocations:
82 # CHECK: Relocations [
H A Dno-symbol-relocation.test21 Relocations:
25 # CHECK: Relocations [
38 # STRIP: Relocations [
67 Relocations:
H A Drelocations-no-symtab.test8 # CHECK: Relocations [
27 Relocations:
52 Relocations:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dreloc-sec-info.yaml23 Relocations:
41 Relocations:
45 Relocations:
49 Relocations:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-directive-personalityindex.s30 @ RELOC: Relocations [
59 @ RELOC: Relocations [
92 @ RELOC: Relocations [
129 @ RELOC: Relocations [
163 @ RELOC: Relocations [
198 @ RELOC: Relocations [
H A Deh-directive-personality.s40 @ RELOC: Relocations [
54 @ RELOC: Relocations [
91 @ RELOC: Relocations [
105 @ RELOC: Relocations [
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Drelocations.test9 # RELOCSEXP:Relocations [
40 # RELOCS:Relocations [
56 Relocations:
67 Relocations:
H A Drelocations-invalid.test7 # INVALID-REL: Relocations [
24 # INVALID-SYM: Relocations [
36 Relocations:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Drelocations.test34 Relocations:
50 Relocations:
91 Relocations:
120 Relocations:
171 Relocations:
181 Relocations:
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/XCOFF/
H A Daix.yaml28 # CHECK32-NEXT: Relocations:
43 # CHECK32-NEXT: Relocations:
82 # CHECK64-NEXT: Relocations:
97 # CHECK64-NEXT: Relocations:
123 Relocations:
131 Relocations:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Dsection-filter-relocs.test44 Relocations:
52 Relocations:
59 Relocations:
71 Relocations:
/llvm-project-15.0.7/lld/test/COFF/
H A Dline-error.yaml18 Relocations:
26 Relocations:
52 Relocations:
73 Relocations:
H A Dsort-debug.test38 Relocations:
94 Relocations:
123 Relocations:
168 Relocations:
176 Relocations:
184 Relocations:
/llvm-project-15.0.7/lld/test/ELF/
H A Dgdb-index-invalid-section-index.yaml29 Relocations:
61 Relocations:
82 Relocations:
96 Relocations:
H A Dundef-broken-debug.test27 Relocations:
38 Relocations:
51 Relocations:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/
H A Dsymbol-index.yaml5 # RELOCS: Relocations [
17 # YAML: Relocations:
37 Relocations:
H A Dxrelocs.yaml21 # CHECK-OBJ-NEXT: Relocations [
33 # CHECK-YAML-NEXT: Relocations:
51 Relocations:
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsections-ext.test42 # SR-NEXT: Relocations [
62 # SR-NEXT: Relocations [
91 # SR-NEXT: Relocations [
114 # SR-NEXT: Relocations [
132 # SR-NEXT: Relocations [
155 # SR-NEXT: Relocations [
176 # SR-NEXT: Relocations [
212 Relocations:
H A Dreloc-no-sym.test7 # CHECK: Relocations [
23 Relocations:
/llvm-project-15.0.7/llvm/test/Object/BPF/
H A Dyaml2obj-elf-bpf-rel.yaml4 # CHECK: Relocations [
48 Relocations:
56 Relocations:
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s28 # STATIC-NEXT: Relocations [
53 # STATIC-NEXT: Relocations [
70 # PIC-NEXT: Relocations [
95 # PIC-NEXT: Relocations [
/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dbad-reloc-target.test19 Relocations:
44 Relocations:
70 Relocations:
/llvm-project-15.0.7/llvm/test/Object/
H A Drelocation-executable.test6 // CHECK: Relocations [
30 // DYN: Dynamic Relocations {
54 // DYN2: Dynamic Relocations {

12345678910>>...23