| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 60 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 D | XCOFFReader.cpp | 37 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 D | basic-relocations.test | 22 Relocations: 36 Relocations: 44 Relocations: 53 Relocations: 82 # CHECK: Relocations [
|
| H A D | no-symbol-relocation.test | 21 Relocations: 25 # CHECK: Relocations [ 38 # STRIP: Relocations [ 67 Relocations:
|
| H A D | relocations-no-symtab.test | 8 # CHECK: Relocations [ 27 Relocations: 52 Relocations:
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | reloc-sec-info.yaml | 23 Relocations: 41 Relocations: 45 Relocations: 49 Relocations:
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-directive-personalityindex.s | 30 @ RELOC: Relocations [ 59 @ RELOC: Relocations [ 92 @ RELOC: Relocations [ 129 @ RELOC: Relocations [ 163 @ RELOC: Relocations [ 198 @ RELOC: Relocations [
|
| H A D | eh-directive-personality.s | 40 @ RELOC: Relocations [ 54 @ RELOC: Relocations [ 91 @ RELOC: Relocations [ 105 @ RELOC: Relocations [
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/ |
| H A D | relocations.test | 9 # RELOCSEXP:Relocations [ 40 # RELOCS:Relocations [ 56 Relocations: 67 Relocations:
|
| H A D | relocations-invalid.test | 7 # INVALID-REL: Relocations [ 24 # INVALID-SYM: Relocations [ 36 Relocations:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | relocations.test | 34 Relocations: 50 Relocations: 91 Relocations: 120 Relocations: 171 Relocations: 181 Relocations:
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/XCOFF/ |
| H A D | aix.yaml | 28 # 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 D | section-filter-relocs.test | 44 Relocations: 52 Relocations: 59 Relocations: 71 Relocations:
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | line-error.yaml | 18 Relocations: 26 Relocations: 52 Relocations: 73 Relocations:
|
| H A D | sort-debug.test | 38 Relocations: 94 Relocations: 123 Relocations: 168 Relocations: 176 Relocations: 184 Relocations:
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | gdb-index-invalid-section-index.yaml | 29 Relocations: 61 Relocations: 82 Relocations: 96 Relocations:
|
| H A D | undef-broken-debug.test | 27 Relocations: 38 Relocations: 51 Relocations:
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/ |
| H A D | symbol-index.yaml | 5 # RELOCS: Relocations [ 17 # YAML: Relocations: 37 Relocations:
|
| H A D | xrelocs.yaml | 21 # CHECK-OBJ-NEXT: Relocations [ 33 # CHECK-YAML-NEXT: Relocations: 51 Relocations:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | sections-ext.test | 42 # 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 D | reloc-no-sym.test | 7 # CHECK: Relocations [ 23 Relocations:
|
| /llvm-project-15.0.7/llvm/test/Object/BPF/ |
| H A D | yaml2obj-elf-bpf-rel.yaml | 4 # CHECK: Relocations [ 48 Relocations: 56 Relocations:
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-initial-cfa.s | 28 # 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 D | bad-reloc-target.test | 19 Relocations: 44 Relocations: 70 Relocations:
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | relocation-executable.test | 6 // CHECK: Relocations [ 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|